We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Date: June 3rd, 2020 Agenda Current handbook for v2 site 5-10min State of 'new handbook' repo vs v2 site 10min Long term goals 10min Open discussion: ~
5-10min
10min
~
Link to the Prod handbook - v2 Site handbook index
For v2 Handbook is split into three sections:
Sits along with:
Goal: when you finish reading the handbook, you shouldn't be surprised by syntax
Popular extensions to JS which you are likely to see, but won't be in all apps
For example, covering: decorators, JSX, Enum
Things which is possible to see in some codebases: Symbol, namespaces?
Highlight TS-specific class extensions separated from the main 'classes' docs
class
private
public
protected
abstract
@ts-ignore / @ts-expect-error
Could be how do I test my types? Or maybe as a part of showing 'ts always transpiles to JS'.
Could we have a doc around modules import/exporting, 'what is the common case'
Deprecate repos which arent the TS website: see Prepare the repo for archiving TypeScript-Handbook#1313
Future sitemap ( use ctrl + mouse wheel to zoom, and hold space bar to drag around with mouse)
Results from first feedback cycle - re:TS#31983
The text was updated successfully, but these errors were encountered:
@orta Can I contribute something in this?
Sorry, something went wrong.
The repo (today) is https://github.com/microsoft/TypeScript-New-Handbook - that'll probably change once 4.0 is released, but you're welcome to provide feedback on where it currently is
Thanks!
No branches or pull requests
Current Handbook
Link to the Prod handbook - v2 Site handbook index
For v2 Handbook is split into three sections:
Sits along with:
New Handbook vs Current
Goal: when you finish reading the handbook, you shouldn't be surprised by syntax
Missing from New Handbook + Advanced Types:
A page on JS Language Extensions
Popular extensions to JS which you are likely to see, but won't be in all apps
For example, covering: decorators, JSX, Enum
Dusty Corners
Things which is possible to see in some codebases: Symbol, namespaces?
Extend classes page with TS additions
Highlight TS-specific
class
extensions separated from the main 'classes' docsprivate
/public
/protected
keywordsabstract
keywordWhere could
@ts-ignore / @ts-expect-error
live?Could be how do I test my types? Or maybe as a part of showing 'ts always transpiles to JS'.
Import/Export
Could we have a doc around modules import/exporting, 'what is the common case'
Misc Missing
Goals once Site is Shipped
Deprecate repos which arent the TS website: see Prepare the repo for archiving TypeScript-Handbook#1313
Future sitemap ( use ctrl + mouse wheel to zoom, and hold space bar to drag around with mouse)
Results from first feedback cycle - re:TS#31983
The text was updated successfully, but these errors were encountered: