-
It would sometimes be nice to regenerate the declarations since not all tools (e.g. ember-template-lint) automatically remove unnecessary declarations to be removed.
-
### 🐞 Describe the Bug
Test fail because as of this writing `loc$$1.sliceStartChars is not a function`. Going deeper
### 🔬 Minimal Reproduction
This pull request shows the error
https://gith…
-
I am getting the error message
```
Uncaught Error: assertion failed: You specified the templateName templates/about for , but it did not exist. vendor.js:14209
```
My view is specified like this:
`…
-
## The devDependency [ember-cli-template-lint](https://github.com/ember-template-lint/ember-cli-template-lint) was updated from `1.0.0-beta.2` to `1.0.0-beta.3`.
🚨 [View failing branch](https://gith…
-
When enabling the `attribute-order` rule like so:
```json5
{
// ...
rules: {
'attribute-order': true,
// ...
},
}
```
Running `pnpm ember-template-lint "**/*.hbs"` succ…
-
In scope of this activity we have to:
- [x] Teach uELS about `.gts` and `.gjs` files https://github.com/lifeart/ember-language-server/pull/350
- [x] Collect `.gts` and `.gjs` into global registry …
-
Would be great to expand these eg ` "ember-basic-dropdown": "^6.0.1 || ^7",`
```
└─┬ @gavant/glint-template-types 0.3.6
├── ✕ unmet peer ember-basic-dropdown@^6.0.1: found 7.3.0
└── ✕ unmet …
-
Hi, I am setting up ember-template-lint with @babel/core, @babel/eslint-parser, instead of the deprecated ember-cli-eslint and ember-cli-babel libraries.
The issue is that "ember-template-lint" exe…
-
I'm working on making an Ember cheatsheet for folks learning ember, and I've written this "markdown" so far:
```md
# {{t 'layout.application.title'}}
{{t 'layout.application.description-1' ht…
-
When using the prebuilt release version 0.16.1 in an app based on Ember App Kit, I see the following error:
```
Uncaught Error: Unknown template object: function handlebars.js:455
temp…