mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Instead of prohibiting ‘return undefined’ (#8669), we require that a function must return an explicit value always or never. This prevents you from forgetting to return a value in some cases. It will also be important for TypeScript, which distinguishes between undefined and void. Signed-off-by: Anders Kaseorg <anders@zulip.com> |
||
|---|---|---|
| .. | ||
| emoji.js | ||
| fenced_code.js | ||
| typeahead.js | ||
| typing_status.js | ||
| typing_status.js.flow | ||