58 matches across 1 files for error lang:Rust path:compiler/crates/react_compiler/src/entrypoint/pipeline.rs
snippet_mode: auto · sorted by relevance
compiler/crates/react_compiler/src/entrypoint/pipeline.rs RUST 58 matches · showing 5 view file →
11use indexmap::IndexMap;
12use react_compiler_ast::scope::ScopeInfo;
13use react_compiler_diagnostics::CompilerError;
14use react_compiler_hir::ReactFunctionType;
15use react_compiler_hir::environment::Environment;
· · ·
20
21use super::compile_result::CodegenFunction;
22use super::compile_result::CompilerErrorDetailInfo;
23use super::compile_result::CompilerErrorItemInfo;
24use super::compile_result::DebugLogEntry;
· · ·
23use super::compile_result::CompilerErrorItemInfo;
24use super::compile_result::DebugLogEntry;
25use super::compile_result::LoggerPosition;
· · ·
43 env_config: &EnvironmentConfig,
44 context: &mut ProgramContext,
45) -> Result<CodegenFunction, CompilerError> {
46 let mut env = Environment::with_config(env_config.clone());
47 env.fn_type = fn_type;
· · ·
69 }
70
71 // Check for Invariant errors after lowering, before logging HIR.
72 // In TS, Invariant errors throw from recordError(), aborting lower() before
73 // the HIR entry is logged. The thrown error contains ONLY the Invariant error,
+ 53 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.