ember-cli-babel icon indicating copy to clipboard operation
ember-cli-babel copied to clipboard

`getSupportedExtensions` is incorrect when an addon uses e-c-typescript < 4

Open ef4 opened this issue 4 years ago • 0 comments

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'].

ef4 avatar May 05 '21 21:05 ef4