0ec695e036
* Replace deprecated String.prototype.substr() .substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated * Change String.prototype.substring() to String.prototype.slice() .substring() and .slice() work very similary but .slice() is a bit faster and stricter * Add ESLint rule to forbid usage of .substr and .substring .substr() is deprecated and .substring() is very similar to .slice() so better to use .slice() at all times Signed-off-by: Tobias Speicher <rootcommander@gmail.com> |
||
---|---|---|
.. | ||
__tests__ | ||
emoji.js | ||
emoji_compressed.js | ||
emoji_map.json | ||
emoji_mart_data_light.js | ||
emoji_mart_search_light.js | ||
emoji_picker.js | ||
emoji_unicode_mapping_light.js | ||
emoji_utils.js | ||
unicode_to_filename.js | ||
unicode_to_unified_name.js |