logBright() — react Function Reference
Architecture documentation for the logBright() function in run_devtools_e2e_tests.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD 35615c69_e215_2b70_48c1_28968c6ef1e3["logBright()"] 78a11329_415e_c941_dd54_1e297b28e203["run_devtools_e2e_tests.js"] 35615c69_e215_2b70_48c1_28968c6ef1e3 -->|defined in| 78a11329_415e_c941_dd54_1e297b28e203 19d9ee7b_a1d8_275c_f5ea_2c281b50fe99["buildInlinePackage()"] 19d9ee7b_a1d8_275c_f5ea_2c281b50fe99 -->|calls| 35615c69_e215_2b70_48c1_28968c6ef1e3 42885c2a_96a4_eff2_6f22_422526901e2f["runTestShell()"] 42885c2a_96a4_eff2_6f22_422526901e2f -->|calls| 35615c69_e215_2b70_48c1_28968c6ef1e3 b2823440_ebe2_7146_7acd_d71cb37e21ea["runEndToEndTests()"] b2823440_ebe2_7146_7acd_d71cb37e21ea -->|calls| 35615c69_e215_2b70_48c1_28968c6ef1e3 3adf197f_a59b_1c37_d94a_1af13936d213["exitWithCode()"] 3adf197f_a59b_1c37_d94a_1af13936d213 -->|calls| 35615c69_e215_2b70_48c1_28968c6ef1e3 style 35615c69_e215_2b70_48c1_28968c6ef1e3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
scripts/ci/run_devtools_e2e_tests.js lines 32–34
function logBright(loggable) {
console.log(`\x1b[1m${loggable}\x1b[0m`);
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does logBright() do?
logBright() is a function in the react codebase, defined in scripts/ci/run_devtools_e2e_tests.js.
Where is logBright() defined?
logBright() is defined in scripts/ci/run_devtools_e2e_tests.js at line 32.
What calls logBright()?
logBright() is called by 4 function(s): buildInlinePackage, exitWithCode, runEndToEndTests, runTestShell.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free