> "No Dart compiles to JS." The question is not here, the relevant question is "Does JS compiles in Dart ?" Because, JS Compiles fine in TypeScript, which means Typescript benefits from all JS ecosystem and vice versa.
No, every javascript code compile in TypeScript. This is not a separate language, just javascript + static typing (if you want) All JS lib compile out of the box in TypeScript.
Wrong, JavaScript is valid Typescript, so you don't have to rewrite anything.
> "No Dart compiles to JS." The question is not here, the relevant question is "Does JS compiles in Dart ?" Because, JS Compiles fine in TypeScript, which means Typescript benefits from all JS ecosystem and vice versa.
No, every javascript code compile in TypeScript. This is not a separate language, just javascript + static typing (if you want) All JS lib compile out of the box in TypeScript.
Wrong, JavaScript is valid Typescript, so you don't have to rewrite anything.