porffor 0.50.18 → 0.50.20

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.
@@ -367,7 +367,6 @@ export const __Array_prototype_with = (_this: any[], _index: any, value: any) =>
367
367
  }
368
368
 
369
369
  let out: any[] = Porffor.allocate();
370
-
371
370
  Porffor.clone(_this, out);
372
371
 
373
372
  out[index] = value;
@@ -54,12 +54,6 @@ export const importedFuncs = [
54
54
  import: 'q',
55
55
  params: 2,
56
56
  returns: 1
57
- },
58
- {
59
- name: 'debugger',
60
- import: 'b',
61
- params: 0,
62
- returns: 0,
63
57
  }
64
58
  ];
65
59