add references to TypeScript spec for "new" and "constructor" keywords

This commit is contained in:
Erik Krogh Kristensen
2019-10-01 15:56:45 +02:00
parent 584b9d4e30
commit a66e33ea5e

View File

@@ -46,5 +46,8 @@ in the first place.
</example>
<references>
<li>TypeScript specification: <a href="https://github.com/microsoft/TypeScript/blob/master/doc/spec.md#3.8.9">Constructor Type Literals</a></li>
<li>TypeScript specification: <a href="https://github.com/microsoft/TypeScript/blob/master/doc/spec.md#8.3.1">Constructor Parameters</a></li>
</references>
</qhelp>