Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deno is coming #435

Closed
DefinitelyMaybe opened this issue Apr 25, 2020 · 2 comments
Closed

Deno is coming #435

DefinitelyMaybe opened this issue Apr 25, 2020 · 2 comments

Comments

@DefinitelyMaybe
Copy link

Howdy!

throwing around ideas here, I was wondering your thoughts on use-of or moving-to Deno.

They're also currently on track to releasing a 1.0. heres a link to the issue

@mainrs
Copy link

mainrs commented May 5, 2020

@DefinitelyMaybe Shouldn't it just be fire-and-forget in the best case? Seems like it's just another runtime (which does natively run Typescript). So as long as the application is written in TS and would compile without errors, deno should be able to run it.

Maybe I'm just missing something here though

@jeanlescure
Copy link

I'd suggest adding tests to make sure Deno can run your code. In my experience this makes for much more resilient code as Deno uses very strict and secure standards.

Just to give an example, up to recently one of my libs was importing a JSON file, this is not good practice and sure enough Deno did not like it when I imported the url to the TS file with the mentioned JSON import, and thus I refactored the lib to use a different approach.

Deno + TSLint are a match made in heaven for truly safe and well formatted TypeScript 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants