zeta-icon-name-checker
Version:
A utility used to check the validity of icon and category names in the Zeta Icon Library.
82 lines (81 loc) • 1.09 kB
JavaScript
export const reservedWords = [
"abstract",
"else",
"import",
"show",
"as",
"enum",
"static",
"assert",
"export",
"interface",
"super",
"async",
"extends",
"is",
"switch",
"await",
"extension",
"late",
"sync",
"base",
"external",
"library",
"this",
"break",
"factory",
"mixin",
"throw",
"case",
"false",
"new",
"true",
"catch",
"final",
"null",
"try",
"class",
"on",
"typedef",
"const",
"finally",
"operator",
"var",
"continue",
"for",
"part",
"void",
"covariant",
"Function",
"required",
"when",
"default",
"get",
"rethrow",
"while",
"deferred",
"hide",
"return",
"with",
"do",
"if",
"sealed",
"yield",
"dynamic",
"implements",
"set",
"debugger",
"default",
"delete",
"do",
"in",
"instanceof",
"typeof",
"let",
"package",
"private",
"protected",
"yield",
"null",
"NaN",
];