Skip to content

Commit

Permalink
turbopack-ecmascript: ResolvedVc<T>
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 28, 2024
1 parent 9a78c81 commit cbf5304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbopack/crates/turbopack-ecmascript/src/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub struct ParseResultSourceMap {

/// An input's original source map, if one exists. This will be used to
/// trace locations back to the input's pre-transformed sources.
original_source_map: Vc<OptionSourceMap>,
original_source_map: ResolvedVc<OptionSourceMap>,
}

impl PartialEq for ParseResultSourceMap {
Expand Down

0 comments on commit cbf5304

Please sign in to comment.