remove comment

This commit is contained in:
Felix Roos 2023-10-01 14:07:48 +02:00
parent c051a1249d
commit 21b99b3810

View File

@ -36,7 +36,6 @@ export function transpiler(input, options = {}) {
return this.replace(miniWithLocation(value, node));
}
if (isWidgetFunction(node)) {
// collectSliderLocations?
emitWidgets &&
widgets.push({
from: node.arguments[0].start,