StackTraceView.css — react Source File
Architecture documentation for StackTraceView.css, a css file in the react codebase. 0 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 185a2fee_03b0_5b56_ed4d_2165d050f85d["StackTraceView.css"] 7db6a3fc_5457_73ae_9df6_4bd78494320f["StackTraceView.js"] 7db6a3fc_5457_73ae_9df6_4bd78494320f --> 185a2fee_03b0_5b56_ed4d_2165d050f85d style 185a2fee_03b0_5b56_ed4d_2165d050f85d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
.StackTraceView {
padding: 0.25rem;
}
.CallSite, .BuiltInCallSite {
display: flex;
padding-left: 1rem;
white-space-collapse: preserve;
}
.IgnoredCallSite, .BuiltInCallSite {
display: none;
}
.CallSite + .BuiltInCallSite {
display: block;
}
.Link {
color: var(--color-link);
white-space: pre;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
border-radius: 0.125rem;
}
.Link:hover {
background-color: var(--color-background-hover);
}
.ElementBadges {
margin-left: 0.25rem;
}
Domain
Source
Frequently Asked Questions
What does StackTraceView.css do?
StackTraceView.css is a source file in the react codebase, written in css. It belongs to the BabelCompiler domain.
What files import StackTraceView.css?
StackTraceView.css is imported by 1 file(s): StackTraceView.js.
Where is StackTraceView.css in the architecture?
StackTraceView.css is located at packages/react-devtools-shared/src/devtools/views/Components/StackTraceView.css (domain: BabelCompiler, directory: packages/react-devtools-shared/src/devtools/views/Components).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free