easy-file-system 1.3.108 → 1.3.109

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,7 +28,7 @@ function isNativeReflectConstruct() {
28
28
  return false;
29
29
  }
30
30
  }
31
- function _construct(Parent1, args1, Class1) {
31
+ function _construct(Parent, args, Class) {
32
32
  if (isNativeReflectConstruct()) {
33
33
  _construct = Reflect.construct;
34
34
  } else {
@@ -72,11 +72,11 @@ function _defineProperty(obj, key, value) {
72
72
  }
73
73
  return obj;
74
74
  }
75
- function _getPrototypeOf(o1) {
75
+ function _getPrototypeOf(o) {
76
76
  _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
77
77
  return o.__proto__ || Object.getPrototypeOf(o);
78
78
  };
79
- return _getPrototypeOf(o1);
79
+ return _getPrototypeOf(o);
80
80
  }
81
81
  function _inherits(subClass, superClass) {
82
82
  if (typeof superClass !== "function" && superClass !== null) {
@@ -105,12 +105,12 @@ function _possibleConstructorReturn(self, call) {
105
105
  }
106
106
  return _assertThisInitialized(self);
107
107
  }
108
- function _setPrototypeOf(o2, p1) {
108
+ function _setPrototypeOf(o, p) {
109
109
  _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
110
110
  o.__proto__ = p;
111
111
  return o;
112
112
  };
113
- return _setPrototypeOf(o2, p1);
113
+ return _setPrototypeOf(o, p);
114
114
  }
115
115
  function _taggedTemplateLiteral(strings, raw) {
116
116
  if (!raw) {
@@ -126,7 +126,7 @@ var _typeof = function(obj) {
126
126
  "@swc/helpers - typeof";
127
127
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
128
128
  };
129
- function _wrapNativeSuper(Class2) {
129
+ function _wrapNativeSuper(Class) {
130
130
  var _cache = typeof Map === "function" ? new Map() : undefined;
131
131
  _wrapNativeSuper = function _wrapNativeSuper(Class) {
132
132
  if (Class === null || !_isNativeFunction(Class)) return Class;
@@ -150,7 +150,7 @@ function _wrapNativeSuper(Class2) {
150
150
  });
151
151
  return _setPrototypeOf(Wrapper, Class);
152
152
  };
153
- return _wrapNativeSuper(Class2);
153
+ return _wrapNativeSuper(Class);
154
154
  }
155
155
  function _isNativeReflectConstruct() {
156
156
  if (typeof Reflect === "undefined" || !Reflect.construct) return false;
@@ -28,7 +28,7 @@ function isNativeReflectConstruct() {
28
28
  return false;
29
29
  }
30
30
  }
31
- function _construct(Parent1, args1, Class1) {
31
+ function _construct(Parent, args, Class) {
32
32
  if (isNativeReflectConstruct()) {
33
33
  _construct = Reflect.construct;
34
34
  } else {
@@ -72,11 +72,11 @@ function _defineProperty(obj, key, value) {
72
72
  }
73
73
  return obj;
74
74
  }
75
- function _getPrototypeOf(o1) {
75
+ function _getPrototypeOf(o) {
76
76
  _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
77
77
  return o.__proto__ || Object.getPrototypeOf(o);
78
78
  };
79
- return _getPrototypeOf(o1);
79
+ return _getPrototypeOf(o);
80
80
  }
81
81
  function _inherits(subClass, superClass) {
82
82
  if (typeof superClass !== "function" && superClass !== null) {
@@ -105,12 +105,12 @@ function _possibleConstructorReturn(self, call) {
105
105
  }
106
106
  return _assertThisInitialized(self);
107
107
  }
108
- function _setPrototypeOf(o2, p1) {
108
+ function _setPrototypeOf(o, p) {
109
109
  _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
110
110
  o.__proto__ = p;
111
111
  return o;
112
112
  };
113
- return _setPrototypeOf(o2, p1);
113
+ return _setPrototypeOf(o, p);
114
114
  }
115
115
  function _taggedTemplateLiteral(strings, raw) {
116
116
  if (!raw) {
@@ -126,7 +126,7 @@ var _typeof = function(obj) {
126
126
  "@swc/helpers - typeof";
127
127
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
128
128
  };
129
- function _wrapNativeSuper(Class2) {
129
+ function _wrapNativeSuper(Class) {
130
130
  var _cache = typeof Map === "function" ? new Map() : undefined;
131
131
  _wrapNativeSuper = function _wrapNativeSuper(Class) {
132
132
  if (Class === null || !_isNativeFunction(Class)) return Class;
@@ -150,7 +150,7 @@ function _wrapNativeSuper(Class2) {
150
150
  });
151
151
  return _setPrototypeOf(Wrapper, Class);
152
152
  };
153
- return _wrapNativeSuper(Class2);
153
+ return _wrapNativeSuper(Class);
154
154
  }
155
155
  function _isNativeReflectConstruct() {
156
156
  if (typeof Reflect === "undefined" || !Reflect.construct) return false;
package/lib/svg/marker.js CHANGED
@@ -28,7 +28,7 @@ function isNativeReflectConstruct() {
28
28
  return false;
29
29
  }
30
30
  }
31
- function _construct(Parent1, args1, Class1) {
31
+ function _construct(Parent, args, Class) {
32
32
  if (isNativeReflectConstruct()) {
33
33
  _construct = Reflect.construct;
34
34
  } else {
@@ -72,11 +72,11 @@ function _defineProperty(obj, key, value) {
72
72
  }
73
73
  return obj;
74
74
  }
75
- function _getPrototypeOf(o1) {
75
+ function _getPrototypeOf(o) {
76
76
  _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
77
77
  return o.__proto__ || Object.getPrototypeOf(o);
78
78
  };
79
- return _getPrototypeOf(o1);
79
+ return _getPrototypeOf(o);
80
80
  }
81
81
  function _inherits(subClass, superClass) {
82
82
  if (typeof superClass !== "function" && superClass !== null) {
@@ -105,12 +105,12 @@ function _possibleConstructorReturn(self, call) {
105
105
  }
106
106
  return _assertThisInitialized(self);
107
107
  }
108
- function _setPrototypeOf(o2, p1) {
108
+ function _setPrototypeOf(o, p) {
109
109
  _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
110
110
  o.__proto__ = p;
111
111
  return o;
112
112
  };
113
- return _setPrototypeOf(o2, p1);
113
+ return _setPrototypeOf(o, p);
114
114
  }
115
115
  function _taggedTemplateLiteral(strings, raw) {
116
116
  if (!raw) {
@@ -126,7 +126,7 @@ var _typeof = function(obj) {
126
126
  "@swc/helpers - typeof";
127
127
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
128
128
  };
129
- function _wrapNativeSuper(Class2) {
129
+ function _wrapNativeSuper(Class) {
130
130
  var _cache = typeof Map === "function" ? new Map() : undefined;
131
131
  _wrapNativeSuper = function _wrapNativeSuper(Class) {
132
132
  if (Class === null || !_isNativeFunction(Class)) return Class;
@@ -150,7 +150,7 @@ function _wrapNativeSuper(Class2) {
150
150
  });
151
151
  return _setPrototypeOf(Wrapper, Class);
152
152
  };
153
- return _wrapNativeSuper(Class2);
153
+ return _wrapNativeSuper(Class);
154
154
  }
155
155
  function _isNativeReflectConstruct() {
156
156
  if (typeof Reflect === "undefined" || !Reflect.construct) return false;
@@ -28,7 +28,7 @@ function isNativeReflectConstruct() {
28
28
  return false;
29
29
  }
30
30
  }
31
- function _construct(Parent1, args1, Class1) {
31
+ function _construct(Parent, args, Class) {
32
32
  if (isNativeReflectConstruct()) {
33
33
  _construct = Reflect.construct;
34
34
  } else {
@@ -72,11 +72,11 @@ function _defineProperty(obj, key, value) {
72
72
  }
73
73
  return obj;
74
74
  }
75
- function _getPrototypeOf(o1) {
75
+ function _getPrototypeOf(o) {
76
76
  _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
77
77
  return o.__proto__ || Object.getPrototypeOf(o);
78
78
  };
79
- return _getPrototypeOf(o1);
79
+ return _getPrototypeOf(o);
80
80
  }
81
81
  function _inherits(subClass, superClass) {
82
82
  if (typeof superClass !== "function" && superClass !== null) {
@@ -105,12 +105,12 @@ function _possibleConstructorReturn(self, call) {
105
105
  }
106
106
  return _assertThisInitialized(self);
107
107
  }
108
- function _setPrototypeOf(o2, p1) {
108
+ function _setPrototypeOf(o, p) {
109
109
  _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
110
110
  o.__proto__ = p;
111
111
  return o;
112
112
  };
113
- return _setPrototypeOf(o2, p1);
113
+ return _setPrototypeOf(o, p);
114
114
  }
115
115
  function _taggedTemplateLiteral(strings, raw) {
116
116
  if (!raw) {
@@ -126,7 +126,7 @@ var _typeof = function(obj) {
126
126
  "@swc/helpers - typeof";
127
127
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
128
128
  };
129
- function _wrapNativeSuper(Class2) {
129
+ function _wrapNativeSuper(Class) {
130
130
  var _cache = typeof Map === "function" ? new Map() : undefined;
131
131
  _wrapNativeSuper = function _wrapNativeSuper(Class) {
132
132
  if (Class === null || !_isNativeFunction(Class)) return Class;
@@ -150,7 +150,7 @@ function _wrapNativeSuper(Class2) {
150
150
  });
151
151
  return _setPrototypeOf(Wrapper, Class);
152
152
  };
153
- return _wrapNativeSuper(Class2);
153
+ return _wrapNativeSuper(Class);
154
154
  }
155
155
  function _isNativeReflectConstruct() {
156
156
  if (typeof Reflect === "undefined" || !Reflect.construct) return false;
@@ -28,7 +28,7 @@ function isNativeReflectConstruct() {
28
28
  return false;
29
29
  }
30
30
  }
31
- function _construct(Parent1, args1, Class1) {
31
+ function _construct(Parent, args, Class) {
32
32
  if (isNativeReflectConstruct()) {
33
33
  _construct = Reflect.construct;
34
34
  } else {
@@ -72,11 +72,11 @@ function _defineProperty(obj, key, value) {
72
72
  }
73
73
  return obj;
74
74
  }
75
- function _getPrototypeOf(o1) {
75
+ function _getPrototypeOf(o) {
76
76
  _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
77
77
  return o.__proto__ || Object.getPrototypeOf(o);
78
78
  };
79
- return _getPrototypeOf(o1);
79
+ return _getPrototypeOf(o);
80
80
  }
81
81
  function _inherits(subClass, superClass) {
82
82
  if (typeof superClass !== "function" && superClass !== null) {
@@ -105,12 +105,12 @@ function _possibleConstructorReturn(self, call) {
105
105
  }
106
106
  return _assertThisInitialized(self);
107
107
  }
108
- function _setPrototypeOf(o2, p1) {
108
+ function _setPrototypeOf(o, p) {
109
109
  _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
110
110
  o.__proto__ = p;
111
111
  return o;
112
112
  };
113
- return _setPrototypeOf(o2, p1);
113
+ return _setPrototypeOf(o, p);
114
114
  }
115
115
  function _taggedTemplateLiteral(strings, raw) {
116
116
  if (!raw) {
@@ -126,7 +126,7 @@ var _typeof = function(obj) {
126
126
  "@swc/helpers - typeof";
127
127
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
128
128
  };
129
- function _wrapNativeSuper(Class2) {
129
+ function _wrapNativeSuper(Class) {
130
130
  var _cache = typeof Map === "function" ? new Map() : undefined;
131
131
  _wrapNativeSuper = function _wrapNativeSuper(Class) {
132
132
  if (Class === null || !_isNativeFunction(Class)) return Class;
@@ -150,7 +150,7 @@ function _wrapNativeSuper(Class2) {
150
150
  });
151
151
  return _setPrototypeOf(Wrapper, Class);
152
152
  };
153
- return _wrapNativeSuper(Class2);
153
+ return _wrapNativeSuper(Class);
154
154
  }
155
155
  function _isNativeReflectConstruct() {
156
156
  if (typeof Reflect === "undefined" || !Reflect.construct) return false;
@@ -28,7 +28,7 @@ function isNativeReflectConstruct() {
28
28
  return false;
29
29
  }
30
30
  }
31
- function _construct(Parent1, args1, Class1) {
31
+ function _construct(Parent, args, Class) {
32
32
  if (isNativeReflectConstruct()) {
33
33
  _construct = Reflect.construct;
34
34
  } else {
@@ -72,11 +72,11 @@ function _defineProperty(obj, key, value) {
72
72
  }
73
73
  return obj;
74
74
  }
75
- function _getPrototypeOf(o1) {
75
+ function _getPrototypeOf(o) {
76
76
  _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
77
77
  return o.__proto__ || Object.getPrototypeOf(o);
78
78
  };
79
- return _getPrototypeOf(o1);
79
+ return _getPrototypeOf(o);
80
80
  }
81
81
  function _inherits(subClass, superClass) {
82
82
  if (typeof superClass !== "function" && superClass !== null) {
@@ -105,12 +105,12 @@ function _possibleConstructorReturn(self, call) {
105
105
  }
106
106
  return _assertThisInitialized(self);
107
107
  }
108
- function _setPrototypeOf(o2, p1) {
108
+ function _setPrototypeOf(o, p) {
109
109
  _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
110
110
  o.__proto__ = p;
111
111
  return o;
112
112
  };
113
- return _setPrototypeOf(o2, p1);
113
+ return _setPrototypeOf(o, p);
114
114
  }
115
115
  function _taggedTemplateLiteral(strings, raw) {
116
116
  if (!raw) {
@@ -126,7 +126,7 @@ var _typeof = function(obj) {
126
126
  "@swc/helpers - typeof";
127
127
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
128
128
  };
129
- function _wrapNativeSuper(Class2) {
129
+ function _wrapNativeSuper(Class) {
130
130
  var _cache = typeof Map === "function" ? new Map() : undefined;
131
131
  _wrapNativeSuper = function _wrapNativeSuper(Class) {
132
132
  if (Class === null || !_isNativeFunction(Class)) return Class;
@@ -150,7 +150,7 @@ function _wrapNativeSuper(Class2) {
150
150
  });
151
151
  return _setPrototypeOf(Wrapper, Class);
152
152
  };
153
- return _wrapNativeSuper(Class2);
153
+ return _wrapNativeSuper(Class);
154
154
  }
155
155
  function _isNativeReflectConstruct() {
156
156
  if (typeof Reflect === "undefined" || !Reflect.construct) return false;
@@ -28,7 +28,7 @@ function isNativeReflectConstruct() {
28
28
  return false;
29
29
  }
30
30
  }
31
- function _construct(Parent1, args1, Class1) {
31
+ function _construct(Parent, args, Class) {
32
32
  if (isNativeReflectConstruct()) {
33
33
  _construct = Reflect.construct;
34
34
  } else {
@@ -72,11 +72,11 @@ function _defineProperty(obj, key, value) {
72
72
  }
73
73
  return obj;
74
74
  }
75
- function _getPrototypeOf(o1) {
75
+ function _getPrototypeOf(o) {
76
76
  _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
77
77
  return o.__proto__ || Object.getPrototypeOf(o);
78
78
  };
79
- return _getPrototypeOf(o1);
79
+ return _getPrototypeOf(o);
80
80
  }
81
81
  function _inherits(subClass, superClass) {
82
82
  if (typeof superClass !== "function" && superClass !== null) {
@@ -105,12 +105,12 @@ function _possibleConstructorReturn(self, call) {
105
105
  }
106
106
  return _assertThisInitialized(self);
107
107
  }
108
- function _setPrototypeOf(o2, p1) {
108
+ function _setPrototypeOf(o, p) {
109
109
  _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
110
110
  o.__proto__ = p;
111
111
  return o;
112
112
  };
113
- return _setPrototypeOf(o2, p1);
113
+ return _setPrototypeOf(o, p);
114
114
  }
115
115
  function _taggedTemplateLiteral(strings, raw) {
116
116
  if (!raw) {
@@ -126,7 +126,7 @@ var _typeof = function(obj) {
126
126
  "@swc/helpers - typeof";
127
127
  return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
128
128
  };
129
- function _wrapNativeSuper(Class2) {
129
+ function _wrapNativeSuper(Class) {
130
130
  var _cache = typeof Map === "function" ? new Map() : undefined;
131
131
  _wrapNativeSuper = function _wrapNativeSuper(Class) {
132
132
  if (Class === null || !_isNativeFunction(Class)) return Class;
@@ -150,7 +150,7 @@ function _wrapNativeSuper(Class2) {
150
150
  });
151
151
  return _setPrototypeOf(Wrapper, Class);
152
152
  };
153
- return _wrapNativeSuper(Class2);
153
+ return _wrapNativeSuper(Class);
154
154
  }
155
155
  function _isNativeReflectConstruct() {
156
156
  if (typeof Reflect === "undefined" || !Reflect.construct) return false;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "easy-file-system",
3
3
  "author": "James Smith",
4
- "version": "1.3.108",
4
+ "version": "1.3.109",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/easy-file-system",
7
7
  "description": "A file system explorer and a rubbish bin.",
@@ -11,8 +11,8 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "easy": "^13.0.41",
14
- "easy-drag-and-drop": "^1.2.58",
15
- "easy-with-style": "^3.0.139",
14
+ "easy-drag-and-drop": "^1.2.59",
15
+ "easy-with-style": "^3.0.141",
16
16
  "necessary": "^11.0.40"
17
17
  },
18
18
  "devDependencies": {