Robin Borst
Robin Borst
In components with a co-located template, the plugin adds `import { hbs }` and `const __COLOCATED_TEMPLATE__ = ...` to the source file, and that is affecting the code coverage. Not...
### Description Running code that uses the factory bot gem with Ruby 3.3.0 causes the following warnings to be shown: ``` warning: /opt/hostedtoolcache/Ruby/3.3.1/x64/lib/ruby/3.3.0/observer.rb was loaded from the standard library, but...
This PR adds the option to detect dynamic translation lookups, as suggested in https://github.com/simplabs/ember-intl-analyzer/issues/9. This is still a work in progress (e.g. it needs more tests), but it can be...
After the `pkg-dir` upgrade in https://github.com/simplabs/ember-intl-analyzer/pull/427 the `bin/cli` command failed, but this was not caught because there were no tests for it, so I added that with this PR. About...