Skip to content

Commit

Permalink
Implement common traits for TranspiledSource (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-work committed Aug 15, 2023
1 parent c4bdf1f commit d8fb2ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transpiling/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ impl crate::swc::common::source_map::SourceMapGenConfig for SourceMapConfig {
}

/// Source transpiled based on the emit options.
#[derive(PartialEq, Eq, PartialOrd, Ord, Hash, Clone, Debug)]
pub struct TranspiledSource {
/// Transpiled text.
pub text: String,
Expand Down

0 comments on commit d8fb2ff

Please sign in to comment.