Chris Krycho
Chris Krycho
The basic approach here will be: - [x] #20180: publish ambient types at `types/preview`, with: - an `index.d.ts` which imports `ember` and `@ember/*` module declarations - those declarations as `declare...
Part of implementing [RFC 0800: TypeScript Adoption Plan](https://rfcs.emberjs.com/id/0800-ts-adoption-plan) is: supported versions of TypeScript. This issue exists to tracking adding it to CI. We also need to do ember-learn/ember-website#955 once the...
# RFC 0800 Tracking Issue Implement [RFC 0800: TypeScript Adoption Plan](https://rfcs.emberjs.com/id/0800-ts-adoption-plan). ## Enable TS blueprints - [x] #20352 ## Publish types We do not need to publish types for *every...
This landed as available via string resolution at `unique-id` but did not come with a public import, meaning it doesn't currently work in ``/strict mode. Per discussion at the Framework...
As part of [Ember.js RFC #0800](https://rfcs.emberjs.com/id/0800-ts-adoption-plan), this package needs to supply type definitions. Preferably, this would happen by converting to TS and generating from the source; as an alternative, it...
As part of [Ember.js RFC #0800](https://rfcs.emberjs.com/id/0800-ts-adoption-plan), this package needs to supply type definitions. Preferably, this would happen by converting to TS and generating from the source; as an alternative, it...
We have a couple components that are only used on specific routes. It appears (I haven't dug into the migrator internals yet) that the intent is for route-specific components to...
### Check for existing issues - [X] Completed ### Is your feature request related to a problem? I make regular, heavy use of [a VS Code plugin][p] which lets you...
[Rendered](https://github.com/emberjs/rfcs/blob/accessor-decorators/text/0876-support-for-es-accessor-decorators.md) --- Summary: > Introduce support for the [ECMAScript Decorators Proposal][spec] for the key decorators which are part of Ember’s modern programming model, `@service` and `@tracked`: > > ```js >...
Just what it says on the tin!