File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,10 @@ What shortcomings exist with current approaches?
32
32
## Checklist
33
33
34
34
My suggestion meets these guidelines:
35
- * [ ] This wouldn't be a breaking change in existing TypeScript / JavaScript code
35
+
36
+ * [ ] This wouldn't be a breaking change in existing TypeScript/JavaScript code
36
37
* [ ] This wouldn't change the runtime behavior of existing JavaScript code
37
38
* [ ] 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
+ * [ ] 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 ) .
39
41
You can’t perform that action at this time.
0 commit comments