You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The source is mostly very clean and idiomatic markdown, the only real grossness I've seen in there is the grammar using  , which seems like it could use <pre> and regular spaces (  is ~ 2 spaces?)
It would be nice if it could get into a state good enough that PRs that would affect the spec must also update spec.md before merging - would maintaining this as multiple issues update be a burden? (twice the change conflicts)
Should it be broken up into spec_4_statements.md etc?
Would PRs against it as it currently is be accepted? I'm no spec writer, but I could definitely try to go through the release blogs and offer strawman updates.
TypeScript Version: 2.1.5
Problem
Current specification doesn't describe some features from latest stable version of compiler, e.g.
null
is not assignable tovoid
#11758Specification can't be easy changed, because is first authored as a Microsoft Word (
docx
) file https://github.com/Microsoft/TypeScript/tree/master/doc#spec-contributions:Suggestion
markdown
as source format for specification.Pros:
The text was updated successfully, but these errors were encountered: