Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Jul 16, 2024
1 parent c9ba2c9 commit db039d4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/turbopack-mdx/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@ impl MdxTransformedAsset {
let mdx_jsx_component =
compile(&file.content().to_str()?, &options).map_err(|e| anyhow!("{}", e))?;

// let source = VirtualSource::new_with_ident(
// this.source.ident(),
// AssetContent::file(File::from(Rope::from(mdx_jsx_component)).into()),
// );

Ok(MdxTransformResult {
content: AssetContent::file(File::from(Rope::from(mdx_jsx_component)).into()),
}
Expand Down

0 comments on commit db039d4

Please sign in to comment.