Skip to content

Commit

Permalink
implement compiler command to get graphql text sources and program
Browse files Browse the repository at this point in the history
Reviewed By: tyao1

Differential Revision: D52217454

fbshipit-source-id: f7d1fe892385fe589d43c90794f440210df2f2d2
  • Loading branch information
monicatang authored and facebook-github-bot committed Jan 3, 2024
1 parent 8198db2 commit 06cb092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/crates/relay-compiler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub mod compiler_state;
pub mod config;
mod docblocks;
pub mod errors;
mod file_source;
pub mod file_source;
mod graphql_asts;
mod operation_persister;
mod red_to_green;
Expand Down

0 comments on commit 06cb092

Please sign in to comment.