emberjs / emberjs/ember-cli-babel
`getSupportedExtensions` is incorrect when an addon uses e-c-typescript < 4
Open
- Dominant language
- JavaScript
- Stars
- 152
- Forks
- 115
- Avg merge
- 23h 22m
- Merged PRs (30d)
- 4
Description
When an addon is using ember-cli-typescript before 4.0, ember-cli-typescript pushes `ts` into the addon's `options.ember-cli-babel.extensions`. But the new `getSupportedExtensions` doesn't look at that value and returns only `['js']`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.