-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Q4 2020 roadmap #7915
Labels
user feedback wanted
feedback from the community is desired
Comments
bartlomieju
added
the
user feedback wanted
feedback from the community is desired
label
Oct 10, 2020
@bartlomieju I have moved #6124 to #7916 |
Is TranspileOnly use with swc still slated for 1.5? |
great news that #7727 is on the roadmap (as part of the bugs section), got a browser testing module i want to release but unsure if it'll end up being possible to fix the problem i have |
Just to keep everyone in the loop, these are my big items (these are all in progress at different stages/iterations):.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update 2020-12-30: we're not gonna upgrade to Tokio 0.3, but instead go straight to Tokio 1.0 (#8779), however we're still blocked by a few dependencies. Given that ResourceTable refactor eliminated most of the quirks/hangs and year is nearing the end I'm gonna close this issue as resolved.
Update 2020-12-17: rewrite of ResourceTable landed in #8512 and migration to Tokio 0.3 is in progress in #8779. That should
allow to close #8416 and most of issues listed in
bugs
.Update 2020-11-23: we're on track with most of items listed in this issue and I hope we can wrap them up before end of the year. Unfortunately we won't be able to address some points from "features" and "maybe" so I'm dropping them from the list.
Here's the roadmap for
cli
andcore
for the last quarter of this year.Refactors:
maybe
reload
option to cache bust #5253, others)rewrite "prepareStackTrace" API (Rewrite "prepareStackTrace" to use Rust API #7644)better error messages (using .context())Bugs:
stdin
is Not Closed #7727)Features:
structured clone for workers (Structured clone should not fail silently, but instead throw a "not-implemented" error #6887)unref timers (Feature request: Support async unref for timers #6141)doctest support (feat: deno test --docs support #7916)maybe
WASM imports (Bring back .wasm imports #5609)JSON imports (Import Assertions/JSON Modules #7623)extensible testing infrastructure ("test" output fromdeno test
seems redundant #7840)All of these are being worked on, and they tend to be at the complex end of the spectrum. If there are small bits where contribution can be easy, we will try to break it out as a separate issue.
Keep in mind this is a roadmap for the core team and contributors' proposals are currently not included in it. I'm more than happy to coordinate with contributors to include more propositions in the roadmap that would be tackled by the community.
The text was updated successfully, but these errors were encountered: