File tree 2 files changed +39
-0
lines changed
2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!--
2
+ Thank you for contributing to TypeScript! Please review this checklist
3
+ before submitting your issue.
4
+ [ ] Many common issues and suggestions are addressed in the FAQ
5
+ https://github.com/Microsoft/TypeScript/wiki/FAQ
6
+ [ ] Search for duplicates before logging new issues
7
+ https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is%3Aissue
8
+ [ ] Questions are best asked and answered at Stack Overflow
9
+ http://stackoverflow.com/questions/tagged/typescript
10
+
11
+ For bug reports, please include the information below.
12
+ __________________________________________________________ -->
13
+
14
+ ** TypeScript Version:**
15
+
16
+ ** Code**
17
+ ``` ts
18
+ // A self-contained demonstration of the problem follows...
19
+
20
+ ```
21
+
22
+ ** Expected behavior:**
23
+ ** Actual behavior:**
Original file line number Diff line number Diff line change
1
+ <!--
2
+ Thank you for submitting a pull request!
3
+
4
+ Here's a checklist you might find useful.
5
+ [ ] There is an associated issue that is labelled
6
+ 'Bug' or 'Accepting PRs' or is in the Community milestone
7
+ [ ] Code is up-to-date with the `master` branch
8
+ [ ] You've successfully run `jake runtests` locally
9
+ [ ] You've signed the CLA
10
+ [ ] There are new or updated unit tests validating the change
11
+
12
+ Refer to CONTRIBUTING.MD for more details.
13
+ https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md
14
+ -->
15
+
16
+ ** Fixes issue:** #
You can’t perform that action at this time.
0 commit comments