From fbef0d558d766a7d9c28a065b1b3aa791bf49b9a Mon Sep 17 00:00:00 2001 From: ArnaudBuchholz Date: Fri, 24 Feb 2023 08:12:41 -0500 Subject: [PATCH] No value in mutating the symbol description --- punyexpr.js | 1 + 1 file changed, 1 insertion(+) diff --git a/punyexpr.js b/punyexpr.js index 12de163..97856ba 100644 --- a/punyexpr.js +++ b/punyexpr.js @@ -104,6 +104,7 @@ } })() + // Stryker disable next-line all const OP_DETAILS = Symbol('punyexpr') const parse = (() => {