We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff94fa commit 88ddce4Copy full SHA for 88ddce4
1 file changed
crates/oxc_isolated_declarations/src/enum.rs
@@ -18,8 +18,6 @@ enum ConstantValue {
18
}
19
20
impl<'a> IsolatedDeclarations<'a> {
21
- /// # Panics
22
- /// if the enum member is a template literal with substitutions.
23
pub fn transform_ts_enum_declaration(
24
&mut self,
25
decl: &TSEnumDeclaration<'a>,
0 commit comments