mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
fix(isolated-declarations): declare modifier of PropertyDefinition should not be retained (#4941)
related: #4937 There are no tests/snapshots updates and seems we don't have a way to test it until #4937 is merged. But I tested it locally and it worked!
This commit is contained in:
parent
8e80f593fd
commit
d3bbc620cc
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ impl<'a> IsolatedDeclarations<'a> {
|
|||
value,
|
||||
property.computed,
|
||||
property.r#static,
|
||||
property.declare,
|
||||
false,
|
||||
property.r#override,
|
||||
property.optional,
|
||||
property.definite,
|
||||
|
|
|
|||
Loading…
Reference in a new issue