Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Nov 23, 2024
1 parent f3fa874 commit 6700ca8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/standalone/virtual_fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ use crate::util::fs::canonicalize_path;
pub enum VfsFileSubDataKind {
/// Raw bytes of the file.
Raw,
/// Used for the module graph.
/// Bytes to use for module loading. For example, for TypeScript
/// files this will be the transpiled JavaScript source.
ModuleGraph,
}

Expand Down

0 comments on commit 6700ca8

Please sign in to comment.