wip: fix defineOptions specifier removal
This commit is contained in:
parent
c15bd6235e
commit
dfac6eee99
@ -545,7 +545,7 @@ export function compileScript(
|
||||
removed++
|
||||
s.remove(
|
||||
prev ? prev.end! + startOffset : node.start! + startOffset,
|
||||
next ? next.start! + startOffset : node.end! + startOffset
|
||||
next && !prev ? next.start! + startOffset : node.end! + startOffset
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user