Maximilian Heinz

Results 16 issues of Maximilian Heinz

Hi @zxbodya. I was wondering what's the current state of the project? What made you not use https://github.com/Khan/flow-to-ts for the migration from flow to TypeScript? For context, we are currently...

We have the need to generate a type report that we can see to what the types of a package are converted. Basically generating a report.json that shows all types...

Interesting concept. Wondering if this could be something that is also interesting for flowts: https://github.com/Airtable/typescript-migration-codemod/blob/main/src/typescript/flow_type_at_pos.ts This would add annotations, where flow knows the type so it would increase type coverage....

Not sure if it is valid to use multiline comments like this, any idea what could cause this? ```js export const foo = (): string[] => /** * Multiline comment...

bug
dependencies

What do you think about removing all sorts of flow suppression comments? Happy to do it if nothing speaks against it :)

- Allowing to measure the time without the need to specify the idleTimeout should be the standard.

enhancement

Offer an Observable where consumers can subscribe on as a different approach.

Am I able to resolve `import("myComponent")` and inline it with ts-morph?

If I have a function which takes Types like `Node` or `Statement` or `InterfaceDeclaration` etc. is there a possibility to test these without creating a file and a project? how...

Is this safe to do. I believe mixins is deprecated since quite a while