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