mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
chore(es/minifier): Add #[doc(hidden)]
(#4751)
This commit is contained in:
parent
ea92ae10e8
commit
22bf5f014e
@ -1132,6 +1132,7 @@ where
|
||||
}
|
||||
|
||||
/// This is **NOT** a public api.
|
||||
#[doc(hidden)]
|
||||
pub fn dump_snapshot(program: &Module) -> String {
|
||||
let marks = Marks::new();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user