mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-11 14:20:07 +08:00
fix(build): Restore buildRefs tests after jest update fixes es modules.
This commit is contained in:
parent
a11e675671
commit
a6842739f8
File diff suppressed because it is too large
Load Diff
@ -25,7 +25,7 @@ async function evaluateBuildOperators({ context, input, refDef }) {
|
||||
|
||||
const { output, errors } = operatorsParser.parse({
|
||||
input,
|
||||
location: refDef.path,
|
||||
location: refDef.path ?? refDef.resolver,
|
||||
operatorPrefix: '_build.',
|
||||
});
|
||||
if (errors.length > 0) {
|
||||
|
@ -19,7 +19,7 @@ function resolver(path, vars, context) {
|
||||
resolved: true,
|
||||
path,
|
||||
vars,
|
||||
contextId: context.id,
|
||||
stage: context.stage,
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user