Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Apr 19, 2021
1 parent 6c5acb2 commit 57385f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ impl Compiler {
})
}

/// Converts ast node to source string and sourcemap.
///
/// TODO: Receive target file path to fix https://github.com/swc-project/swc/issues/1255
pub fn print<T>(
&self,
node: &T,
Expand Down

0 comments on commit 57385f2

Please sign in to comment.