https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 029fbfc7e0851b4dfcf60e63fc1a4e869c63e74b authored by Ron Buckton on 06 October 2017, 20:18:16 UTC
Initial support for coalesce
Tip revision: 029fbfc
issue_template.md
<!-- BUGS: Please use this template. -->
<!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript -->
<!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md -->

**TypeScript Version:**  2.4.0 / nightly (2.5.0-dev.201xxxxx)

**Code**

```ts
// A *self-contained* demonstration of the problem follows...
// Test this by running `tsc` on the command-line, rather than through another build tool such as Gulp, Webpack, etc.
```

**Expected behavior:**

**Actual behavior:**
back to top