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
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common "Bugs" That Aren't Bugs section!
10
+
11
+
Please help us by doing the following steps before logging an issue:
Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Please read the FAQ first, especially the "Common Feature Requests" section.
10
+
11
+
-->
12
+
13
+
## Search Terms
14
+
15
+
<!-- List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily -->
16
+
17
+
## Suggestion
18
+
19
+
<!-- A summary of what you'd like to see added or changed -->
20
+
21
+
## Use Cases
22
+
23
+
<!--
24
+
What do you want to use this for?
25
+
What shortcomings exist with current approaches?
26
+
-->
27
+
28
+
## Examples
29
+
30
+
<!-- Show how this would be used and what the behavior would be -->
31
+
32
+
## Checklist
33
+
34
+
My suggestion meets these guidelines:
35
+
36
+
*[ ] This wouldn't be a breaking change in existing TypeScript/JavaScript code
37
+
*[ ] This wouldn't change the runtime behavior of existing JavaScript code
38
+
*[ ] This could be implemented without emitting different JS based on the types of the expressions
39
+
*[ ] This isn't a runtime feature (e.g. library functionality, non-ECMAScript syntax with JavaScript output, etc.)
40
+
*[ ] This feature would agree with the rest of [TypeScript's Design Goals](https://github.com/Microsoft/TypeScript/wiki/TypeScript-Design-Goals).
about: The issue tracker is not for questions. Please use Stack Overflow or other resources for help writing TypeScript code.
4
+
5
+
---
6
+
7
+
THE ISSUE TRACKER IS NOT FOR QUESTIONS.
8
+
9
+
DO NOT CREATE A NEW ISSUE TO ASK A QUESTION.
10
+
11
+
IF YOU ARE HAVING PROBLEMS WITH YOUR TYPESCRIPT CODE, DO NOT ASK A QUESTION HERE.
12
+
13
+
Tens of thousands of TypeScript questions have been asked and answered on StackOverflow; see https://stackoverflow.com/questions/tagged/typescript . You can ask questions there or on other websites.
14
+
15
+
The only exception is if you have a question about *the TypeScript compiler API itself*. Please post a complete example of what you're trying to do and precisely describe what your question is.
0 commit comments