zulip/static/shared/js
Steve Howell c943447c6e emojis: Un-share the emoji.js module.
The mobile app was never able to use the shared
version of emoji.js, because, among other problems
with our code organization, the emoji.js module
is strongly based on a mutate-the-data paradigm
that doesn't play nice with React.  The way
that we mutate data and violate encapsuation
here is something that we would mostly want to fix
without even trying to shared code with mobile, so
subsequent commits will try to extract some pure
functions into a shared module.
2022-04-04 13:28:49 -07:00
..
fenced_code.js dependencies: Upgrade JavaScript dependencies. 2022-03-17 15:24:46 -07:00
internal_url.js shared: Avoid using all replaceAll. 2022-03-04 12:29:31 -08:00
internal_url.js.flow shared: Add flow types for internal_url. 2022-03-02 16:42:45 -08:00
poll_data.js poll: Handle duplicate poll options. 2021-11-10 09:07:03 -08:00
resolved_topic.js resolved_topic: Implement resolve, unresolve, and display. 2022-03-07 21:35:00 -08:00
resolved_topic.js.flow resolved_topic: Implement resolve, unresolve, and display. 2022-03-07 21:35:00 -08:00
typeahead.js js: Convert .split(…).join(…) pattern to .replace(). 2022-03-04 12:26:49 -08:00
typeahead.js.flow shared: Add first Flow types for typeahead module 2022-03-11 17:23:16 -08:00
typing_status.js js: Replace underscore with lodash and remove it from globals. 2020-07-26 16:12:06 -07:00
typing_status.js.flow shared: Format our one Flow file with Prettier. 2021-02-14 07:03:32 -05:00