|
1 | | ---- |
2 | | -name: Feature request |
3 | | -about: Suggest an idea for this project |
4 | | - |
5 | | ---- |
6 | | - |
7 | | -<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 |
8 | | -
|
9 | | -Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. |
10 | | -
|
11 | | -Please help us by doing the following steps before logging an issue: |
12 | | - * Search: https://github.com/Microsoft/TypeScript/search?type=Issues |
13 | | - * Read the FAQ, especially the "Common Feature Requests" section: https://github.com/Microsoft/TypeScript/wiki/FAQ |
14 | | -
|
15 | | ---> |
16 | | - |
17 | | -## Search Terms |
18 | | - |
19 | | -<!-- List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily --> |
20 | | - |
21 | | -## Suggestion |
22 | | - |
23 | | -<!-- A summary of what you'd like to see added or changed --> |
24 | | - |
25 | | -## Use Cases |
26 | | - |
27 | | -<!-- |
28 | | -What do you want to use this for? |
29 | | -What shortcomings exist with current approaches? |
30 | | ---> |
31 | | - |
32 | | -## Examples |
33 | | - |
34 | | -<!-- Show how this would be used and what the behavior would be --> |
35 | | - |
36 | | -## Checklist |
37 | | - |
38 | | -My suggestion meets these guidelines: |
39 | | - |
40 | | -* [ ] This wouldn't be a breaking change in existing TypeScript/JavaScript code |
41 | | -* [ ] This wouldn't change the runtime behavior of existing JavaScript code |
42 | | -* [ ] This could be implemented without emitting different JS based on the types of the expressions |
43 | | -* [ ] This isn't a runtime feature (e.g. library functionality, non-ECMAScript syntax with JavaScript output, etc.) |
44 | | -* [ ] This feature would agree with the rest of [TypeScript's Design Goals](https://github.com/Microsoft/TypeScript/wiki/TypeScript-Design-Goals). |
45 | | - |
| 1 | +--- |
| 2 | +name: Feature Request |
| 3 | +about: Suggest an idea |
| 4 | +title: '' |
| 5 | +labels: '' |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +<!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨 |
| 11 | +
|
| 12 | +Half of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. |
| 13 | +
|
| 14 | +Please help us by doing the following steps before logging an issue: |
| 15 | + * Search: https://github.com/Microsoft/TypeScript/search?type=Issues |
| 16 | + * Read the FAQ, especially the "Common Feature Requests" section: https://github.com/Microsoft/TypeScript/wiki/FAQ |
| 17 | +
|
| 18 | +--> |
| 19 | + |
| 20 | +## Search Terms |
| 21 | + |
| 22 | +<!-- List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily --> |
| 23 | + |
| 24 | +## Suggestion |
| 25 | + |
| 26 | +<!-- A summary of what you'd like to see added or changed --> |
| 27 | + |
| 28 | +## Use Cases |
| 29 | + |
| 30 | +<!-- |
| 31 | +What do you want to use this for? |
| 32 | +What shortcomings exist with current approaches? |
| 33 | +--> |
| 34 | + |
| 35 | +## Examples |
| 36 | + |
| 37 | +<!-- Show how this would be used and what the behavior would be --> |
| 38 | + |
| 39 | +## Checklist |
| 40 | + |
| 41 | +My suggestion meets these guidelines: |
| 42 | + |
| 43 | +* [ ] This wouldn't be a breaking change in existing TypeScript/JavaScript code |
| 44 | +* [ ] This wouldn't change the runtime behavior of existing JavaScript code |
| 45 | +* [ ] This could be implemented without emitting different JS based on the types of the expressions |
| 46 | +* [ ] This isn't a runtime feature (e.g. library functionality, non-ECMAScript syntax with JavaScript output, etc.) |
| 47 | +* [ ] This feature would agree with the rest of [TypeScript's Design Goals](https://github.com/Microsoft/TypeScript/wiki/TypeScript-Design-Goals). |
0 commit comments