File tree 1 file changed +30
-4
lines changed
1 file changed +30
-4
lines changed Original file line number Diff line number Diff line change 1
- <!-- BUGS: Please use this template. -->
2
- <!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript -->
3
- <!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md -->
1
+ <!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 -->
2
+ <!--
3
+ Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker.
4
+
5
+ Please help us by doing the following steps before logging an issue:
6
+ * Search: https://github.com/Microsoft/TypeScript/search?type=Issues
7
+ * Read the CONTRIBUTING guidelines: https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md
8
+ * Read the FAQ: https://github.com/Microsoft/TypeScript/wiki/FAQ
9
+ -->
10
+
11
+ <!-- If you have a QUESTION:
12
+ THIS IS NOT A FORUM FOR QUESTIONS.
13
+ Ask questions at http://stackoverflow.com/questions/tagged/typescript
14
+ or https://gitter.im/Microsoft/TypeScript
15
+ -->
16
+
17
+ <!-- If you have a SUGGESTION:
18
+ Most suggestion reports are duplicates, please search extra hard before logging a new suggestion.
19
+ See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md
20
+ -->
21
+
22
+ <!-- If you have a BUG:
23
+ Please fill in the *entire* template below.
24
+ -->
4
25
5
26
<!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. -->
6
27
** TypeScript Version:** 2.7.0-dev.201xxxxx
7
28
29
+ <!-- Search terms you tried before logging this (so others can find this issue more easily) -->
30
+ ** Search Terms:**
31
+
8
32
** Code**
9
33
10
34
``` ts
16
40
17
41
** Actual behavior:**
18
42
19
- ** Related:**
43
+ ** Playground Link:** <!-- A link to a TypeScript Playground "Share" link which demonstrates this behavior -->
44
+
45
+ ** Related Issues:**
You can’t perform that action at this time.
0 commit comments