[Glitch] Add a version comment to the emoji preval-ed file so it is regenerated
Port 383be173af
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
th-new
parent
ca31b4de3a
commit
d6609635cb
|
@ -7,6 +7,10 @@
|
||||||
// It's designed to be emitted in an array format to take up less space
|
// It's designed to be emitted in an array format to take up less space
|
||||||
// over the wire.
|
// over the wire.
|
||||||
|
|
||||||
|
// This version comment should be bumped each time the emoji data is changed
|
||||||
|
// to ensure that the prevaled file is regenerated by Babel
|
||||||
|
// version: 2
|
||||||
|
|
||||||
const { emojiIndex } = require('emoji-mart');
|
const { emojiIndex } = require('emoji-mart');
|
||||||
let data = require('emoji-mart/data/all.json');
|
let data = require('emoji-mart/data/all.json');
|
||||||
const { uncompress: emojiMartUncompress } = require('emoji-mart/dist/utils/data');
|
const { uncompress: emojiMartUncompress } = require('emoji-mart/dist/utils/data');
|
||||||
|
@ -15,7 +19,6 @@ const emojiMap = require('./emoji_map.json');
|
||||||
const { unicodeToFilename } = require('./unicode_to_filename');
|
const { unicodeToFilename } = require('./unicode_to_filename');
|
||||||
const { unicodeToUnifiedName } = require('./unicode_to_unified_name');
|
const { unicodeToUnifiedName } = require('./unicode_to_unified_name');
|
||||||
|
|
||||||
|
|
||||||
if(data.compressed) {
|
if(data.compressed) {
|
||||||
data = emojiMartUncompress(data);
|
data = emojiMartUncompress(data);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue