Home > Enterprise >  Use emoji in typescript variable naming
Use emoji in typescript variable naming

Time:09-22

When a variable name contains an emoji in my typescript file, I get error 1127 Invalid Character. I'd like to use emojis to provide some visual cues in my source code.

Is there a good reason not to use emojis in a .ts file?

Is there an option I can use to disable to this error my tsconfig.json file?

const            
  • Related