We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ccfb6 commit 60d851bCopy full SHA for 60d851b
1 file changed
.github/ISSUE_TEMPLATE/Feature_request.md
@@ -31,8 +31,9 @@ What shortcomings exist with current approaches?
31
32
## Checklist
33
34
-I attest that all of the following are true:
35
- [ ] This wouldn't change the behavior of existing JavaScript code
36
- [ ] This could be implemented without emitting different JS based on the types of the expressions
37
- [ ] This isn't a runtime feature that should be handled by TC39 instead
+My suggestion meets these guidelines:
38
[ ] This wouldn't be a breaking change in existing TypeScript / JavaScript code
+ [ ] This wouldn't change the runtime behavior of existing JavaScript code
+ [ ] This could be implemented without emitting different JS based on the types of the expressions
+ [ ] This isn't a runtime feature (e.g. new expression-level syntax)
39
+
0 commit comments