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 51caaea commit c0739a9Copy full SHA for c0739a9
packages/@ember/template-compiler/lib/template.ts
@@ -253,10 +253,6 @@ export function template(
253
return component;
254
}
255
256
-const evaluator = (source: string) => {
257
- return new Function(`return ${source}`)();
258
-};
259
-
260
/**
261
* Builds the source wireformat JSON block
262
*
0 commit comments