ember-cli-typescript
ember-cli-typescript copied to clipboard
Use TypeScript in your Ember.js apps!
The blueprints package causes confusion as it reintroduces a bunch of concepts that are not present in modern apps. And no blueprints are better than incorrect blueprints.
There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved. Error type: Cannot find preset's...
Fix lint violation from common ESLint lint rule [import/newline-after-import](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/newline-after-import.md). ```sh yarn eslint --ext=.ts,.js . ~/Development/my-test-addon/types/global.d.ts 3:3 error Expected 1 empty line after import statement not followed by another import import/newline-after-import...
Running linting in a brand new Ember addon with TypeScript with the ESLint [no-use-before-define](https://eslint.org/docs/latest/rules/no-use-before-define) lint rule enabled: ```sh ~/Development/my-test-addon main * yarn eslint --ext=.ts,.js . ~/Development/my-test-addon/tests/dummy/app/config/environment.d.ts 1:16 error 'config' was...
Switch from deprecated package to replacement. > [ember-cli-htmlbars-inline-precompile](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile) > Deprecated > Usage of this project is deprecated, its functionality has been migrated into [ember-cli-htmlbars](https://github.com/ember-cli/ember-cli-htmlbars) directly. Please upgrade to [email protected] or...
The problem appears when you try to use `this.belongsTo(` or `this.hasMany(` in scope of a model method or accesor. In this case `this` is broken, and it complains about the...
import hbs from 'ember-cli-htmlbars-inline-precompile' is deprecated instead use import { hbs } from 'ember-cli-htmlbars'
Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
### Which package(s) does this problem pertain to? - [ ] @types/ember - [ ] @types/ember__string - [ ] @types/ember__polyfills - [ ] @types/ember__object - [ ] @types/ember__utils - [...
### Please write a user story for this feature Follow the form > *As a **role**, I want **feature** so that **reason**.* > Example: > > As an **addon publisher**,...