mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 12:03:46 +00:00 
			
		
		
		
	js: Convert static/js/message_store.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							ac65935b16
						
					
				
				
					commit
					7145cb4a0d
				
			| @@ -6,6 +6,8 @@ import * as emoji from "../shared/js/emoji"; | ||||
| import * as fenced_code from "../shared/js/fenced_code"; | ||||
| import marked from "../third/marked/lib/marked"; | ||||
|  | ||||
| import * as message_store from "./message_store"; | ||||
|  | ||||
| // This contains zulip's frontend Markdown implementation; see | ||||
| // docs/subsystems/markdown.md for docs on our Markdown syntax.  The other | ||||
| // main piece in rendering Markdown client-side is | ||||
|   | ||||
		Reference in New Issue
	
	Block a user