Edward Faulkner
Edward Faulkner
Opening this as a followup discussion to https://github.com/embroider-build/embroider/issues/134 I think the simplest path is to make the internal protocol between ember-power-calendar and its helper addons explicit. For example, in ember-power-calendar-moment,...
On this page: https://api.emberjs.com/ember-data/3.10/classes/DS.RecordArray - the link with text `Ember.ArrayProxy` is broken. - and the methods and properties inherited from `Ember.ArrayProxy` are missing.
This enhances the type of `owner.lookup` so it respects the (already existing) service type registry. This means that `owner.lookup('service:foo')` will have the correct type as long as you do: ```ts...
`@ember/render-modifiers` was created as a legacy upgrade utility for people who had a large amount of classic Ember components. It is never appropriate for new code. It should not be...
[Rendered](https://github.com/emberjs/rfcs/blob/strict-es-module-support/text/0938-strict-es-module-support.md) This RFC is about removing all the vestiges of our system that are not compliant with ES modules. The tl;dr is that `require` and `define` need to go away....
Historically, Ember compiles a `moduleName` into the wire format of each template. The Ember Inspector displays this when navigating the hierarchy of components. This isn't really viable going forward, for...
### Environment unplugin 1.0.1 ### Reproduction https://github.com/ef4/unplugin-bug-repro (edited to add) ### Describe the bug This code: https://github.com/unjs/unplugin/blob/c29ef3e6d39bf65da63fd43269f030c64587ed4b/src/webpack/index.ts#L126-L128 tries to locate external modules on the filesystem at build time, and if...
(This should stay draft and not merge until we have some consensus on the ecosystem-spanning parts of the migration.) This is an exploration to see how easy it is to...
This is a step toward making ember-source a less weird and badly-behaved addon. By emitting its code in treeForAddon instead of treeForVendor, ember-source actually exposes its ES modules to the...
See docs at: https://github.com/emberjs/ember.js/blob/60d2e0cddb353aea0d6e36a72fda971010d92355/packages/%40ember/routing/location.ts#L31-L33 If you create `app/locations/whatever.js` you can set Router.location to `"whatever"` to resolve it. In addition to using the resolver in this way with a custom string,...