Skip to content

Commit a11b9c2

Browse files
author
Joel Kang
committed
Move the transform to the new location
1 parent dd58f0e commit a11b9c2

File tree

3 files changed

+3
-39
lines changed

3 files changed

+3
-39
lines changed

packages/ember-glimmer-template-compiler/lib/system/compile-options.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
import TransformHasBlockSyntax from '../plugins/transform-has-block-syntax';
22
import TransformActionSyntax from '../plugins/transform-action-syntax';
3+
import TransformEachInIntoEach from '../plugins/transform-each-in-into-each';
34
import assign from 'ember-metal/assign';
45

56
export const PLUGINS = [
67
TransformHasBlockSyntax,
7-
TransformActionSyntax
8+
TransformActionSyntax,
9+
TransformEachInIntoEach
810
];
911

1012
let USER_PLUGINS = [];

packages/ember-glimmer/lib/ember-template-compiler/system/compile.js

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)