From 350d534e9300e60ad07c68b69c7716d139aa6e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Santos?= Date: Fri, 24 Mar 2023 14:32:14 +0000 Subject: [PATCH] lint --- lib/compress/reduce-vars.js | 1 - package-lock.json | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/compress/reduce-vars.js b/lib/compress/reduce-vars.js index 8d44a9312..74874e28c 100644 --- a/lib/compress/reduce-vars.js +++ b/lib/compress/reduce-vars.js @@ -75,7 +75,6 @@ import { AST_Sequence, AST_SimpleStatement, AST_Symbol, - AST_SymbolBlockDeclaration, AST_SymbolCatch, AST_SymbolConst, AST_SymbolDefun, diff --git a/package-lock.json b/package-lock.json index 196fc4410..bc8ef1228 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "terser", - "version": "5.16.6", + "version": "5.16.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b66e1d93a..b3292a981 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "homepage": "https://terser.org", "author": "Mihai Bazon (http://lisperator.net/)", "license": "BSD-2-Clause", - "version": "5.16.6", + "version": "5.16.7", "engines": { "node": ">=10" },