Krystan HuffMenne
                                            Krystan HuffMenne
                                        
                                    ### Which package(s) does this problem pertain to? - [ ] @types/ember - [ ] @types/ember__string - [ ] @types/ember__polyfills - [ ] @types/ember__object - [ ] @types/ember__utils - [...
Thank you so much for participating in the [Skylight for Open Source](https://www.skylight.io/oss) program. We'd like to invite CodeTriage to participate in the public alpha for Source Locations for Skylight! With...
This issue exists for tracking at https://github.com/orgs/emberjs/projects/9 Notes from @chriskrycho: There are, broadly speaking, two ways to do this: 1. Update the existing ambient type definitions to work with the...
### FIXME * [ ] diagnostic needs to build for other packages to see the types * [ ] do something about the unimplemented methods * [ ] search project...
Example invocation: Add this version of the codemod to package.json, then ``` yarn ember-native-class-codemod http://localhost:4200 ./plugins/poll/assets/javascripts/components/poll-breakdown-option.js --module-root discourse/plugins/poll --package-base poll/assets/javascripts ``` Example of the above invocation here: https://github.com/discourse/discourse/pull/21652/files#diff-4d0d489ce2d1489c8fb5fc9b619f8039ee286455a7033753f038f02d95e8b6f2
This codemod currently uses `analyzeEmberObject` exported from `ember-codemods-telemetry-helpers`. It turns out that the `analyzeEmberObject` implementation is very specific to the native class codemod that it was extracted from, and thus...
I have a brand new app using embroider for builds, and I'm trying to deploy with ember-cli-deploy-git. Following the instructions in the README, I ran into this error: ``` Error:...