usestd::path::PathBuf;pubmodtypescript;#[derive(Debug)]pubstructTransformerResult{pubcode: String,
}pubstructTransformerContext{/// The bytes of the input file
pubcontent:Vec<u8>,
/// Path to the source file
pubpath: PathBuf,
/// The extension of the file being processed
pubkind: String,
}