denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
98.4k stars 5.42k forks source link

Q1 2021 roadmap #8824

Closed bartlomieju closed 3 years ago

bartlomieju commented 3 years ago

Roadmap Q1 2021

Scheduled releases:

planned features and refactors:

maybe:

yos1p commented 3 years ago

+1 on HTTP2 support

newtack commented 3 years ago

Ensuring deno lsp and VSCode work seamlessly?

kitsonk commented 3 years ago

Ensuring deno lsp and VSCode work seamlessly?

There will be continued work on the lsp, we just didn't know exactly what features.

jveres commented 3 years ago

Suggestion: add real world example testing. I know deno is not yet mature but having those numerous swc issues in each new release make no confidence in using it in prod.

Soremwar commented 3 years ago

@jveres SWC bugs are tracked in the SWC repo, where "real world code" is seemingly now a part of the tests for the latest refactor https://github.com/swc-project/swc/pull/1264

leoc11 commented 3 years ago

+1 V8 Fast API for ops

kitsonk commented 3 years ago

I have seen a bit of mis-understanding going on in issues... To be clear, these issue are to broadcast what the core team's priorities are for the quarter, and all of these will be worked on by the core team. If you want to help out, feel free to provide input.

If you want to contribute to Deno though, it is best to look at resolving issues that are not on this list. If it is any sort of significant feature, it is best to get consensus and alignment from the core team before you start on the feature, as without that feedback it will likely only lead to significant delays or even abandonment of your work. The best way to get that feedback is on the issue itself.

At the moment, the core team consists of:

There are several other long term contributors who can give you advice and suggestions as well.

devalexqt commented 3 years ago

More security options.

fanweixiao commented 3 years ago

waiting on QUIC support

StEvUgnIn commented 3 years ago

Server-side rendering (SSR) native support

kitsonk commented 3 years ago

This isn't the place to put random comments about a wish list. This is an issue to communicate what the core team is working on. Other suggestions should be made in their own issue or discussions, and with more detail than a couple words.

bartlomieju commented 3 years ago

Q1 is long gone and relevant issues have been rolled to Q3 roadmap.