Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upTypeScript 3.8 Iteration Plan #34898
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
I see "async?" for compiler plugins. That should be the case, at least for GraphQL. GraphQL type generation is currently async because it can be dependent on a network request to the API endpoint for introspection. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This document outlines our focused tasks for TypeScript 3.8, as well as some of the discussion that explains how/why we prioritized certain work items. Nothing is set in stone, but we will strive to complete them in a reasonable timeframe.
Dates
Work Items
Expected Work Items
export * as nsSyntaxcreateElementUpdates for ReactupdateGraphdetails in TSServer responses.tsto.jsRefactorings.tsFiledeclareModifier to Class Property@types.Deferred Work Items
Planning Meeting Notes
Motivations
Notes
updateGraphdetails in TSServer responsestsc --watchisn't as fast asgulp-tsb(because it's less accurate). Is there a fast and loose mode?.d.tsfiles keep artifacts of your version of TS even when "uninteresting" for older versions of TS.readonlyproperties broke earlier versions of TS)typesVersions@typescript-bot what deoptimizes?)extendedDiagnosticsdiffs on PRs@types.