File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,9 @@ What shortcomings exist with current approaches?
3131
3232## Checklist
3333
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
34+ My suggestion meets these guidelines:
3835 [ ] This wouldn't be a breaking change in existing TypeScript / JavaScript code
36+ [ ] This wouldn't change the runtime behavior of existing JavaScript code
37+ [ ] This could be implemented without emitting different JS based on the types of the expressions
38+ [ ] This isn't a runtime feature (e.g. new expression-level syntax)
39+
You can’t perform that action at this time.
0 commit comments