diff --git a/packages/transpiler/transpiler.mjs b/packages/transpiler/transpiler.mjs index 37a937bc..dced458f 100644 --- a/packages/transpiler/transpiler.mjs +++ b/packages/transpiler/transpiler.mjs @@ -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,