We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02bb5f3 commit 221bb7fCopy full SHA for 221bb7f
crates/isograph_compiler/src/isograph_literals.rs
@@ -198,7 +198,7 @@ pub(crate) fn process_iso_literals<TNetworkProtocol: NetworkProtocol>(
198
}
199
200
201
-pub fn process_iso_literal_extraction(
+fn process_iso_literal_extraction(
202
iso_literal_extraction: IsoLiteralExtraction<'_>,
203
relative_path_to_source_file: RelativePathToSourceFile,
204
current_working_directory: CurrentWorkingDirectory,
0 commit comments