Closed romulocintra closed 2 years ago
I believe the FAQ answer in https://github.com/giltayar/types-as-comments-proposal#how-does-this-proposal-relate-to-typescript pretty much says it all. Do you believe there is anything additional to say besides this.
Yes, "uses TypeScript as its primary source language" is really bad wording. I meant that it accepts TypeScript without the need for transpilation. Maybe better wording would be "accepts TypeScript as a first class language that it can run, alongside JavaScript".
a competitor to Node.js. Yes, @benjamingr also pointed out that the wording is unfortunate. Maybe "another JavaScript runtime" instead?
Deno is not just erasing types. They're actually doing typechecking. But this paragraph says that given this proposal, they could have the option of not doing typechecking and just passing the TS along to the JavaScript runtime. Maybe we could change the wording better to reflect this? Or maybe you have a better alternative.
I would love to see a PR that changes this paragraph. I definitely agree it needs rewording.
Hi @giltayar thanks for your feedback.
About :
I agree with you, FAQ states perfectly and addresses all my concerns, wondering if we should add a note or disclaimer pointing to FAQ from the initial paragraphs - just a nice to have thing.
After a full review will try to come with some rewording. Thanks for your feedback
Reviewed and changes where proposed
Hi
I would be happy to create pull requests to address some of the comments below, at this point using this to take notes while I review de readme and not create too much noise having an issue per comment.
BTW super excited about this :)
1. Would reinforce the idea that we are not bringing Typescript to the browser and avoid possible misleading messages or interpretations of the readme
https://mobile.twitter.com/seldo/status/1135150260425318400
2. Deno
uses TypeScript as its primary source language
we mean that is built-in TS ? , cause they migrated to Rust i thinka competitor to Node.js, written by the original creator of Node.js)
maybe is not necessary3. Proposal #19 and #26