Skip to content

Commit

Permalink
glint 1.0 support (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Jun 15, 2023
1 parent e945725 commit 5838d13
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ packagerOptions: {
}
```


Glint Support
------------------------------------------------------------------------------
* use `ember-hbs-imports` as glint environment, remove ember-loose.
Expand Down
135 changes: 135 additions & 0 deletions glint/glint-hbs-imports-env-1.0.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-hbs-imports",
"version": "0.5.32",
"version": "0.5.33",
"repository": {
"type": "git",
"url": "https://github.com/patricklx/ember-hbs-imports"
Expand Down Expand Up @@ -98,5 +98,9 @@
"ember-cli-htmlbars"
]
},
"exports": {
"./*": "./*",
"./glint-environment-definition": "./glint/glint-hbs-imports-env-1.0.js"
},
"glint-environment": "glint/glint-hbs-imports-env.js"
}

0 comments on commit 5838d13

Please sign in to comment.