We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aaf57e commit 9496f09Copy full SHA for 9496f09
src/operations.ts
@@ -1,6 +1,6 @@
1
import { findValueByPath } from './utils';
2
3
-export function parseExpression(exp: string, values: Record<string, any>, defaultValues: Record<string, any>): any {
+export function parseExpression(exp: string, values: Record<string, any>, defaultValues: Record<string, any> = {}): any {
4
if (values) {
5
exp = exp.trim();
6
0 commit comments