mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
This commit updates the code for parsing strings to numbers to use correct types - - Number.parseInt and Number.parseFloat take strings as inputs but we were passing Number objects. - We were using string as an operator for "*" arithmetic operation, which is incorrect. This commit fixes the above mentioned things and would be helpful when we convert settings_components file to typescript. |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| server | ||
| 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 | ||