mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
This is a prep commit for moving towards typescript migration of this module. We should make `get_item` required on `list_widget` because its intended to be used with a set of keys and then hydrate the keys lazily. Also this will help us to avoid writing messy if-conditions while filtering and sorting and make our life much easier when we migrate to TypeScript. I added a `default_get_item` function which is just n identity function and also refactored some code to make use of default get item. |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| shared | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.js | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||