From a4b54d3623007486f6451f2b5726aabed922e019 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Thu, 22 Apr 2021 17:50:26 +1200 Subject: [PATCH] Update index.js --- source/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/index.js b/source/index.js index 2bf4592..fb017b0 100644 --- a/source/index.js +++ b/source/index.js @@ -9,9 +9,9 @@ import template from './templates.js'; const {stdout: stdoutColor, stderr: stderrColor} = supportsColor; const {isArray} = Array; -const GENERATOR = Symbol('Generator'); -const STYLER = Symbol('Styler'); -const IS_EMPTY = Symbol('Is empty'); +const GENERATOR = Symbol('GENERATOR'); +const STYLER = Symbol('STYLER'); +const IS_EMPTY = Symbol('ISEMPTY'); // `supportsColor.level` → `ansiStyles.color[name]` mapping const levelMapping = [