Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Jan 31, 2024
1 parent e6cab5f commit a2f41a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/ember-compat/ember__template-compilation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ export function precompileTemplate(
TRY_CATCH_ERROR_HANDLING: true,
SUPPORT_SHADOW_DOM: true,
REACTIVE_MODIFIERS: true,
WITH_HELPER_MANAGER: true,
WITH_MODIFIER_MANAGER: true,
},
);
let final = transformResult.split('export ').pop() ?? '';
Expand Down
1 change: 0 additions & 1 deletion src/utils/dom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,6 @@ export const $_maybeHelper = (
const helper = new value();
return helper.compute.call(helper, args, hash);
}

return value(...args);
};

Expand Down

0 comments on commit a2f41a6

Please sign in to comment.