Checks if a name is a reserved word (TypeScript keyword or global object). Case-insensitive check.
The name to check
true if the name is reserved, false otherwise
Checks if a name is a reserved word (TypeScript keyword or global object). Case-insensitive check.