pxt-common-packages 9.5.1 → 9.5.4

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.
Files changed (63) hide show
  1. package/built/common-sim.d.ts +5 -0
  2. package/built/common-sim.js +52 -22
  3. package/libs/azureiot/built/debug/binary.js +485 -485
  4. package/libs/color/built/debug/binary.js +8 -8
  5. package/libs/color-sensor/built/debug/binary.js +8 -8
  6. package/libs/controller/built/debug/binary.js +8384 -7819
  7. package/libs/controller---none/built/debug/binary.js +8363 -7798
  8. package/libs/datalogger/built/debug/binary.js +63 -63
  9. package/libs/edge-connector/built/debug/binary.js +8 -8
  10. package/libs/esp32/built/debug/binary.js +486 -486
  11. package/libs/game/_locales/game-jsdoc-strings.json +6 -0
  12. package/libs/game/built/debug/binary.js +8276 -7711
  13. package/libs/game/controllerbutton.ts +98 -1
  14. package/libs/game/docs/reference/scene/get-neighboring-location.md +123 -0
  15. package/libs/game/docs/reference/scene/get-tile-location.md +1 -5
  16. package/libs/game/docs/reference/scene/location.md +246 -0
  17. package/libs/game/docs/reference/scene/tile-at-location-equals.md +1 -1
  18. package/libs/game/docs/reference/scene/tile-at-location-is-wall.md +98 -0
  19. package/libs/game/docs/reference/scene/tile-image-at-location.md +65 -0
  20. package/libs/game/docs/reference/scene/tilemap-location.md +83 -0
  21. package/libs/game/docs/reference/sprites/destroy-all-sprites-of-kind.md +74 -0
  22. package/libs/game/docs/reference/sprites/sprite/change-scale.md +65 -0
  23. package/libs/game/docs/reference/sprites/sprite/fx.md +25 -25
  24. package/libs/game/docs/reference/sprites/sprite/fy.md +24 -24
  25. package/libs/game/docs/reference/sprites/sprite/scale.md +80 -0
  26. package/libs/game/docs/reference/sprites/sprite/set-scale.md +79 -0
  27. package/libs/game/docs/reference/sprites/sprite/sx.md +80 -0
  28. package/libs/game/docs/reference/sprites/sprite/sy.md +80 -0
  29. package/libs/game/docs/reference/sprites.md +12 -2
  30. package/libs/game/scene.ts +2 -0
  31. package/libs/game/scenes.ts +0 -1
  32. package/libs/game/sprite.ts +2 -2
  33. package/libs/game/sprites.ts +1 -1
  34. package/libs/game/tilemap.ts +89 -4
  35. package/libs/lcd/built/debug/binary.js +8 -8
  36. package/libs/light-spectrum-sensor/built/debug/binary.js +8 -8
  37. package/libs/lora/built/debug/binary.js +8 -8
  38. package/libs/matrix-keypad/built/debug/binary.js +8 -8
  39. package/libs/mqtt/built/debug/binary.js +200 -200
  40. package/libs/net/built/debug/binary.js +200 -200
  41. package/libs/net-game/built/debug/binary.js +10081 -9516
  42. package/libs/palette/built/debug/binary.js +8275 -7710
  43. package/libs/pixel/built/debug/binary.js +8 -8
  44. package/libs/power/built/debug/binary.js +8 -8
  45. package/libs/proximity/built/debug/binary.js +8 -8
  46. package/libs/radio/_locales/radio-jsdoc-strings.json +2 -0
  47. package/libs/radio/built/debug/binary.js +8 -8
  48. package/libs/radio/radio.cpp +55 -3
  49. package/libs/radio/shims.d.ts +14 -0
  50. package/libs/radio/sim/radio.ts +18 -5
  51. package/libs/radio/sim/state.ts +37 -17
  52. package/libs/radio-broadcast/built/debug/binary.js +8 -8
  53. package/libs/rotary-encoder/built/debug/binary.js +8 -8
  54. package/libs/screen/built/debug/binary.js +50 -50
  55. package/libs/servo/built/debug/binary.js +8 -8
  56. package/libs/sprite-scaling/built/debug/binary.js +8275 -7710
  57. package/libs/sprite-scaling/docs/reference/sprites/scaling/scale-by-percent.md +77 -0
  58. package/libs/sprite-scaling/docs/reference/sprites/scaling/scale-by-pixels.md +144 -0
  59. package/libs/sprite-scaling/docs/reference/sprites/scaling/scale-to-percent.md +83 -0
  60. package/libs/sprite-scaling/docs/reference/sprites/scaling/scale-to-pixels.md +140 -0
  61. package/libs/sprite-scaling/scaling.ts +5 -5
  62. package/libs/storyboard/built/debug/binary.js +8275 -7710
  63. package/package.json +1 -1
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P56233(s) {
59
+ function _main___P56355(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___56476 = (undefined);
70
- globals._pollEventQueue___56489 = (undefined);
69
+ globals._intervals___56598 = (undefined);
70
+ globals._pollEventQueue___56611 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P56233.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"pxt_modules/light/neopixel.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P56233.continuations = [ ]
75
+ _main___P56355.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"pxt_modules/light/neopixel.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P56355.continuations = [ ]
77
77
 
78
- function _main___P56233_mk(s) {
78
+ function _main___P56355_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P56233, depth: s.depth + 1,
81
+ parent: s, fn: _main___P56355, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -88,5 +88,5 @@ function _main___P56233_mk(s) {
88
88
 
89
89
  const breakpoints = setupDebugger(1, [])
90
90
 
91
- return _main___P56233
91
+ return _main___P56355
92
92
  })
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P63081(s) {
59
+ function _main___P63203(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___63324 = (undefined);
70
- globals._pollEventQueue___63337 = (undefined);
69
+ globals._intervals___63446 = (undefined);
70
+ globals._pollEventQueue___63459 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P63081.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"power.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P63081.continuations = [ ]
75
+ _main___P63203.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"power.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P63203.continuations = [ ]
77
77
 
78
- function _main___P63081_mk(s) {
78
+ function _main___P63203_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P63081, depth: s.depth + 1,
81
+ parent: s, fn: _main___P63203, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -88,5 +88,5 @@ function _main___P63081_mk(s) {
88
88
 
89
89
  const breakpoints = setupDebugger(1, [])
90
90
 
91
- return _main___P63081
91
+ return _main___P63203
92
92
  })
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P100995(s) {
59
+ function _main___P101361(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___101238 = (undefined);
70
- globals._pollEventQueue___101251 = (undefined);
69
+ globals._intervals___101604 = (undefined);
70
+ globals._pollEventQueue___101617 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P100995.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"vl53l0x.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P100995.continuations = [ ]
75
+ _main___P101361.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"vl53l0x.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P101361.continuations = [ ]
77
77
 
78
- function _main___P100995_mk(s) {
78
+ function _main___P101361_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P100995, depth: s.depth + 1,
81
+ parent: s, fn: _main___P101361, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -88,5 +88,5 @@ function _main___P100995_mk(s) {
88
88
 
89
89
  const breakpoints = setupDebugger(1, [])
90
90
 
91
- return _main___P100995
91
+ return _main___P101361
92
92
  })
@@ -2,6 +2,8 @@
2
2
  "radio": "Communicate data using radio packets",
3
3
  "radio._packetProperty": "Gets a packet property.",
4
4
  "radio._packetProperty|param|type": "the packet property type, eg: PacketProperty.time",
5
+ "radio.off": "Disables the radio for use as a multipoint sender/receiver.\nDisabling radio will help conserve battery power when it is not in use.",
6
+ "radio.on": "Initialises the radio for use as a multipoint sender/receiver\nOnly useful when the radio.off() is used beforehand.",
5
7
  "radio.onDataReceived": "Used internally by the library.",
6
8
  "radio.onReceivedBuffer": "Registers code to run when the radio receives a buffer.",
7
9
  "radio.onReceivedNumber": "Registers code to run when the radio receives a number.",
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P184207(s) {
59
+ function _main___P185061(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___184450 = (undefined);
70
- globals._pollEventQueue___184463 = (undefined);
69
+ globals._intervals___185304 = (undefined);
70
+ globals._pollEventQueue___185317 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P184207.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"targetoverrides.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P184207.continuations = [ ]
75
+ _main___P185061.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"targetoverrides.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P185061.continuations = [ ]
77
77
 
78
- function _main___P184207_mk(s) {
78
+ function _main___P185061_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P184207, depth: s.depth + 1,
81
+ parent: s, fn: _main___P185061, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -88,5 +88,5 @@ function _main___P184207_mk(s) {
88
88
 
89
89
  const breakpoints = setupDebugger(1, [])
90
90
 
91
- return _main___P184207
91
+ return _main___P185061
92
92
  })
@@ -73,28 +73,80 @@ CODAL_RADIO* getRadio() {
73
73
  #endif // #else
74
74
 
75
75
  bool radioEnabled = false;
76
+ bool init = false;
76
77
  int radioEnable() {
77
78
  #ifdef CODAL_RADIO
78
79
  auto radio = getRadio();
79
80
  if (NULL == radio)
80
81
  return DEVICE_NOT_SUPPORTED;
81
82
 
83
+ if (init && !radioEnabled) {
84
+ //If radio was explicitly disabled from a call to off API
85
+ //We don't want to enable it here. User needs to call on API first.
86
+ return DEVICE_NOT_SUPPORTED;
87
+ }
88
+
82
89
  int r = radio->enable();
83
90
  if (r != DEVICE_OK) {
84
91
  target_panic(43);
85
92
  return r;
86
93
  }
87
- if (!radioEnabled) {
88
- getRadio()->setGroup(pxt::programHash());
94
+ if (!init) {
95
+ getRadio()->setGroup(0); //Default group zero. This used to be pxt::programHash()
89
96
  getRadio()->setTransmitPower(6); // start with high power by default
90
- radioEnabled = true;
97
+ init = true;
91
98
  }
99
+ radioEnabled = true;
92
100
  return r;
93
101
  #else
94
102
  return DEVICE_NOT_SUPPORTED;
95
103
  #endif
96
104
  }
97
105
 
106
+ /**
107
+ * Disables the radio for use as a multipoint sender/receiver.
108
+ * Disabling radio will help conserve battery power when it is not in use.
109
+ */
110
+ //% help=radio/off
111
+ void off() {
112
+ #ifdef CODAL_RADIO
113
+ auto radio = getRadio();
114
+ if (NULL == radio)
115
+ return;
116
+
117
+ int r = radio->disable();
118
+ if (r != DEVICE_OK) {
119
+ target_panic(43);
120
+ } else {
121
+ radioEnabled = false;
122
+ }
123
+ #else
124
+ return;
125
+ #endif
126
+ }
127
+
128
+ /**
129
+ * Initialises the radio for use as a multipoint sender/receiver
130
+ * Only useful when the radio.off() is used beforehand.
131
+ */
132
+ //% help=radio/on
133
+ void on() {
134
+ #ifdef CODAL_RADIO
135
+ auto radio = getRadio();
136
+ if (NULL == radio)
137
+ return;
138
+
139
+ int r = radio->enable();
140
+ if (r != DEVICE_OK) {
141
+ target_panic(43);
142
+ } else {
143
+ radioEnabled = true;
144
+ }
145
+ #else
146
+ return;
147
+ #endif
148
+ }
149
+
98
150
  /**
99
151
  * Sends an event over radio to neigboring devices
100
152
  */
@@ -5,6 +5,20 @@
5
5
  //% color=#E3008C weight=96 icon="\uf012"
6
6
  declare namespace radio {
7
7
 
8
+ /**
9
+ * Disables the radio for use as a multipoint sender/receiver.
10
+ * Disabling radio will help conserve battery power when it is not in use.
11
+ */
12
+ //% help=radio/off shim=radio::off
13
+ function off(): void;
14
+
15
+ /**
16
+ * Initialises the radio for use as a multipoint sender/receiver
17
+ * Only useful when the radio.off() is used beforehand.
18
+ */
19
+ //% help=radio/on shim=radio::on
20
+ function on(): void;
21
+
8
22
  /**
9
23
  * Sends an event over radio to neigboring devices
10
24
  */
@@ -22,11 +22,13 @@ namespace pxsim.radio {
22
22
  export function sendRawPacket(buf: RefBuffer) {
23
23
  let cb = getResume();
24
24
  const state = pxsim.getRadioState();
25
- state.datagram.send({
26
- type: 0,
27
- groupId: state.groupId,
28
- bufferData: buf.data
29
- });
25
+ if (state.enable) {
26
+ state.datagram.send({
27
+ type: 0,
28
+ groupId: state.groupId,
29
+ bufferData: buf.data
30
+ });
31
+ }
30
32
  setTimeout(cb, 1);
31
33
  }
32
34
 
@@ -50,4 +52,15 @@ namespace pxsim.radio {
50
52
  const state = pxsim.getRadioState();
51
53
  state.datagram.onReceived(handler);
52
54
  }
55
+
56
+ export function off(){
57
+ const state = pxsim.getRadioState();
58
+ state.off();
59
+ }
60
+
61
+ export function on(){
62
+ const state = pxsim.getRadioState();
63
+ state.on();
64
+ }
65
+
53
66
  }
@@ -87,13 +87,14 @@ namespace pxsim {
87
87
  datagram: RadioDatagram;
88
88
  groupId: number;
89
89
  band: number;
90
+ enable: boolean;
90
91
 
91
92
  constructor(private readonly runtime: Runtime, private readonly board: BaseBoard, dal: RadioDAL) {
92
93
  this.datagram = new RadioDatagram(runtime, dal);
93
94
  this.power = 6; // default value
94
95
  this.groupId = 0;
95
96
  this.band = 7; // https://github.com/lancaster-university/microbit-dal/blob/master/inc/core/MicroBitConfig.h#L320
96
-
97
+ this.enable = true;
97
98
  this.board.addMessageListener(this.handleMessage.bind(this))
98
99
  }
99
100
 
@@ -105,12 +106,16 @@ namespace pxsim {
105
106
  }
106
107
 
107
108
  public setGroup(id: number) {
108
- this.groupId = id & 0xff; // byte only
109
+ if (this.enable) {
110
+ this.groupId = id & 0xff; // byte only
111
+ }
109
112
  }
110
113
 
111
114
  setTransmitPower(power: number) {
112
- power = power | 0;
113
- this.power = Math.max(0, Math.min(7, power));
115
+ if (this.enable) {
116
+ power = power | 0;
117
+ this.power = Math.max(0, Math.min(7, power));
118
+ }
114
119
  }
115
120
 
116
121
  setTransmitSerialNumber(sn: boolean) {
@@ -118,25 +123,40 @@ namespace pxsim {
118
123
  }
119
124
 
120
125
  setFrequencyBand(band: number) {
121
- band = band | 0;
122
- if (band < 0 || band > 83) return;
123
- this.band = band;
126
+ if (this.enable) {
127
+ band = band | 0;
128
+ if (band < 0 || band > 83) return;
129
+ this.band = band;
130
+ }
131
+ }
132
+
133
+ off() {
134
+ this.enable = false;
124
135
  }
125
136
 
137
+ on() {
138
+ this.enable = true;
139
+ }
140
+
126
141
  raiseEvent(id: number, eventid: number) {
127
- Runtime.postMessage(<SimulatorEventBusMessage>{
128
- type: "eventbus",
129
- broadcast: true,
130
- id,
131
- eventid,
132
- power: this.power,
133
- group: this.groupId
134
- })
142
+ if (this.enable) {
143
+ Runtime.postMessage(<SimulatorEventBusMessage>{
144
+ type: "eventbus",
145
+ broadcast: true,
146
+ id,
147
+ eventid,
148
+ power: this.power,
149
+ group: this.groupId
150
+ })
151
+ }
135
152
  }
136
153
 
137
154
  receivePacket(packet: SimulatorRadioPacketMessage) {
138
- if (this.groupId == packet.payload.groupId)
139
- this.datagram.queue(packet)
155
+ if (this.enable) {
156
+ if (this.groupId == packet.payload.groupId) {
157
+ this.datagram.queue(packet)
158
+ }
159
+ }
140
160
  }
141
161
  }
142
162
  }
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P186029(s) {
59
+ function _main___P186885(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___186272 = (undefined);
70
- globals._pollEventQueue___186285 = (undefined);
69
+ globals._intervals___187128 = (undefined);
70
+ globals._pollEventQueue___187141 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P186029.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"radio-broadcast.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P186029.continuations = [ ]
75
+ _main___P186885.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"radio-broadcast.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P186885.continuations = [ ]
77
77
 
78
- function _main___P186029_mk(s) {
78
+ function _main___P186885_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P186029, depth: s.depth + 1,
81
+ parent: s, fn: _main___P186885, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -88,5 +88,5 @@ function _main___P186029_mk(s) {
88
88
 
89
89
  const breakpoints = setupDebugger(1, [])
90
90
 
91
- return _main___P186029
91
+ return _main___P186885
92
92
  })
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P167735(s) {
59
+ function _main___P168467(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___167978 = (undefined);
70
- globals._pollEventQueue___167991 = (undefined);
69
+ globals._intervals___168710 = (undefined);
70
+ globals._pollEventQueue___168723 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P167735.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"targetoverrides.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P167735.continuations = [ ]
75
+ _main___P168467.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"targetoverrides.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P168467.continuations = [ ]
77
77
 
78
- function _main___P167735_mk(s) {
78
+ function _main___P168467_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P167735, depth: s.depth + 1,
81
+ parent: s, fn: _main___P168467, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -88,5 +88,5 @@ function _main___P167735_mk(s) {
88
88
 
89
89
  const breakpoints = setupDebugger(1, [])
90
90
 
91
- return _main___P167735
91
+ return _main___P168467
92
92
  })