-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `ember-json-viewer@0.7.0` for the project I'm working …
-
Is it possible to have this plugin automatically fix issues in `hbs` template strings via the new `--fix` functionality in `ember-template-lint`? Or is that an additional feature that needs added?
…
-
I could use some assistance. After installing current ember-admin I get the following error.
> Cannot find module '/home/vagrant/projects/alt3-frontend/bower_components/ember/ember-template-compil…
-
A lot of times when developing custom lint rules, we need to be mindful of the built-in helpers that ember supports out of the box. Sometimes, these helpers become problematic for lint rules that do n…
-
In ember-template-compiler.js, there are the lines
```
Ember.assert("Ember Handlebars requires Handlebars version 1.0 or 1.1. Include " +
"a SCRIPT tag in the HTML HEAD linking to the Ha…
-
I started getting a bunch of deprecation warnings when running `ember serve`:
```
DEPRECATION: Using class based template compilation plugins is deprecated, please update to the functional style: …
-
Historically we've disabled semi-colons in our eslint/prettier setup (but it's not really important for us to keep it that way), and I think I'm finding that ember-template-imports requires/assumes yo…
-
Opening this issue to track ideas and exploration, and not so much to debate _if we should or not_ (which is tiring, and we can talk about it on discord or in person/video call).
With [First-Class …
-
There appears to be a breaking change between `2.2.1` and `2.2.2`. Previously, in gjs files, we could reference JS globals directly as helpers. For example, we were using `@something=(Boolean this.bla…
-
Ember 4.4.1
JSReloader watches js|ts|hbs
Template Compiler Error (TemplateCompiler) in ember-ast-hot-load/templates/components/hot-content.hbs
Class constructor ASTHotLoadTransform cannot be in…