Update Feature_request.md

This commit is contained in:
Ryan Cavanaugh
2018-05-03 12:39:13 -07:00
committed by GitHub
parent 67ccfb6da5
commit 60d851b014

View File

@@ -31,8 +31,9 @@ What shortcomings exist with current approaches?
## Checklist
I attest that all of the following are true:
[ ] This wouldn't change the 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 that should be handled by TC39 instead
My suggestion meets these guidelines:
[ ] 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)