We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03d58c9 + 874b75b commit 36f3f31Copy full SHA for 36f3f31
1 file changed
src/lib/transform.js
@@ -21,7 +21,7 @@ function transformValue(value, options, result, item) {
21
22
// reduce AST to its simplest form, that is, either to a single value
23
// or a simplified calc expression
24
- const reducedAst = reducer(ast, options.precision, item);
+ const reducedAst = reducer(ast, options.precision);
25
26
// stringify AST and write it back
27
node.type = 'word';
0 commit comments