Krystan HuffMenne
Krystan HuffMenne
I ran into this and `options: { preset: 'default' }` fixed it for me.
> My understanding here is that when @gitKrystan and @wycats did the low-level integration work for ESLint _et al_ their finding was that having a JS representation like this was...
Hi @Filoteemo. Sorry you're having issues. I'm happy to help! When you are running the codemod, are you running a server and pointing the codemod to it, e.g.: ```shell npx...
@Filoteemo Can you try the latest version of this codemod, released yesterday. It's very unlikely that it will resolve your issue, but I did some work around error handling that...
Update: `@classic export default TestComponent extends Component {}` is legal now. https://twitter.com/leobalter/status/1621242353494425602 https://github.com/tc39/notes/blob/c7fa95d3f2d0af68eaba9d388d5f79f2e166a4cc/meetings/2023-01/feb-02.md#conclusionresolution-4
I'm in favor of removing the warning altogether.
I did a quick spike on what actual TS conversion would take, and it looks like it would be quite a project because many of the libraries this project replies...
I think we've completed the high-priority items on this list but not everything. Checking in with @wagenet
I've started a PR to the Guides for basic TS documentation. WIP PR here: https://github.com/ember-learn/guides-source/pull/1960
> Even though official stable types in `ember-source` have been released for a while, the latest app blueprint in ember-cli still uses DefinitelyTyped instead. This is intentional because the ember-source...