@forsakringskassan/docs-generator 1.28.0 → 1.29.1

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.
@@ -11,8 +11,7 @@ var __hasOwnProp = Object.prototype.hasOwnProperty;
11
11
  var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
12
12
  get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
13
13
  }) : x)(function(x) {
14
- if (typeof require !== "undefined")
15
- return require.apply(this, arguments);
14
+ if (typeof require !== "undefined") return require.apply(this, arguments);
16
15
  throw Error('Dynamic require of "' + x + '" is not supported');
17
16
  });
18
17
  var __commonJS = (cb, mod) => function __require2() {
@@ -209,8 +208,7 @@ var require_worker = __commonJS({
209
208
  editModule("fs", (fs) => {
210
209
  fs.readFileSync = new Proxy(fs.readFileSync, {
211
210
  apply(target, thisArg, args) {
212
- if (usedFiles && requireDepth === 0)
213
- usedFiles.add(args[0]);
211
+ if (usedFiles && requireDepth === 0) usedFiles.add(args[0]);
214
212
  return Reflect.apply(target, thisArg, args);
215
213
  }
216
214
  });