Skip to content

Commit

Permalink
Update the ember-template-compiler to v4.1.0
Browse files Browse the repository at this point in the history
This allows us to add tests for the new `helper` and `modifier` helpers.
  • Loading branch information
Windvis committed Feb 3, 2022
1 parent 7eba4a9 commit 58b2b7a
Show file tree
Hide file tree
Showing 3 changed files with 4,285 additions and 5,919 deletions.
1 change: 0 additions & 1 deletion packages/compat/tests/resolver.test.ts
Expand Up @@ -874,7 +874,6 @@ describe('compat-resolver', function () {
findDependencies(
'templates/application.hbs',
`
{{outlet "foo"}}
{{yield bar}}
{{#with (hash submit=(action doit)) as |thing| }}
{{/with}}
Expand Down
2 changes: 1 addition & 1 deletion test-packages/support/vendor/README.md
@@ -1,3 +1,3 @@
This is vendored from ember 3.25.0.
This is vendored from ember 4.1.0.

I did it this way because if I try to depend directly on ember-source, I end up with a version of fs-tree-diff that has bad types in it that messes up my build.

0 comments on commit 58b2b7a

Please sign in to comment.