You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@ember/-internals/glimmer/tests/integration/components/runtime-template-compiler-implicit-test.ts
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,6 @@ import GlimmerishComponent from '../../utils/glimmerish-component';
4
4
import{on}from'@ember/modifier/on';
5
5
import{fn}from'@ember/helper';
6
6
7
-
// Assign these to constants so that they don't get removed by an
8
-
// eager transpiler pass. These days, people should be using
9
-
// verbatim-mode compilers, but this codebase isn't doing that yet.
0 commit comments