node_modules/@babel/eslint-parser/lib/client.cjs in immosquare-cleaner-0.1.47 vs node_modules/@babel/eslint-parser/lib/client.cjs in immosquare-cleaner-0.1.48

- old
+ new

@@ -8,10 +8,10 @@ function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } } function _classPrivateFieldGet(s, a) { return s.get(_assertClassBrand(s, a)); } function _classPrivateFieldSet(s, a, r) { return s.set(_assertClassBrand(s, a), r), r; } function _assertClassBrand(e, t, n) { if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; throw new TypeError("Private element is not present on this object"); } const path = require("path"); -var ACTIONS = exports.ACTIONS = { +const ACTIONS = exports.ACTIONS = { GET_VERSION: "GET_VERSION", GET_TYPES_INFO: "GET_TYPES_INFO", GET_VISITOR_KEYS: "GET_VISITOR_KEYS", GET_TOKEN_LABELS: "GET_TOKEN_LABELS", MAYBE_PARSE: "MAYBE_PARSE",