AtomMaterialUI / color-highlighter

JetBrains plugin to preview colors directly from within the code.
MIT License
40 stars 23 forks source link

The parseColor parameter is never null #127

Closed OndrejSpanel closed 10 months ago

OndrejSpanel commented 10 months ago

Description

Change function signature.

Motivation and Context

A formal change - the parseColor parameter text is always passed a value, there is no need for it to be optional and use !!.

Screenshots (if appropriate):

Types of changes

Checklist: