mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 12:48:38 +00:00
chore(isolated-declarations): remove outdated panic comment (#7462)
This commit is contained in:
parent
0ff94fa620
commit
88ddce4fa6
1 changed files with 0 additions and 2 deletions
|
|
@ -18,8 +18,6 @@ enum ConstantValue {
|
|||
}
|
||||
|
||||
impl<'a> IsolatedDeclarations<'a> {
|
||||
/// # Panics
|
||||
/// if the enum member is a template literal with substitutions.
|
||||
pub fn transform_ts_enum_declaration(
|
||||
&mut self,
|
||||
decl: &TSEnumDeclaration<'a>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue