Skip to content

Commit 10f75a8

Browse files
committed
fixup from review
1 parent f963f87 commit 10f75a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

turbopack/crates/turbopack-ecmascript-runtime/src/chunk_suffix.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pub enum ChunkSuffix {
66
None,
77
/// A constant suffix to append to chunk URLs.
88
Constant(RcStr),
9-
/// Read the chunk suffix from the `src` attribute of the current script tag.
9+
/// Use the query string of the `src` attribute of the current script tag as a suffix for chunk
10+
/// loading.
1011
FromScriptSrc,
1112
}

0 commit comments

Comments
 (0)