-
Since `ember-template-lint` 4.x has been [converted to ESM](https://github.com/ember-template-lint/ember-template-lint/pull/2262), `eslint-plugin-hbs` is no longer compatible (the `hbs/check-hbs-templ…
-
requires `content-tag` updates
Lints need to know what's in scope:
- https://github.com/ember-template-lint/ember-template-lint/issues/3014
- https://github.com/ember-template-lint/ember-templa…
-
Compiling templates with `grunt`, `gulp` or any other task runner fails, because the `ember-template-compiler.js` is out-dated.
Every time I set up a new development environment I have to replace thi…
-
-
# HELP WANTED
1. Read any portion of the guides and see what seems wrong to you. Check for existing issues on ember-learn/guides-source. Comment here with anything that seems not idiomatic.
## Embr…
-
These projects have unfortunately moved to ESM already :)
-
1.9.0-alpha has a breaking change. You can produce it running the example code that's in README.md:
```
var fs = require('fs');
var compiler = require('ember-template-compiler');
var template = fs.…
-
The gist:
![image](https://user-images.githubusercontent.com/199018/108792095-7eca0600-754e-11eb-9faf-ede5057b0ae6.png)
(files outside of the CWD are altered as part of the ember-cli-update run)
…
-
One thing I noticed in my build is almost 4 seconds taken by `ember-composable-helpers/lib/strip-bad-reexports.js`. I have a lot of engines, which I believe leads to this stripping happening many time…
-
I had an error in a handlebars template (there is a href="#" and also a binding to href):
``` handlebars
{{#link-to "staff" tagName="li" }}
Test
{{/link-to}}
```
The error I got, didn't include…
kozak updated
8 years ago