@bablr/bablr-vm 0.16.0 → 0.16.2
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.
- package/lib/state.js +1 -2
- package/package.json +3 -3
package/lib/state.js
CHANGED
|
@@ -149,8 +149,7 @@ export const State = class BABLRState extends WeakStackFrame {
|
|
|
149
149
|
: pattern.attributes?.balancer)
|
|
150
150
|
) {
|
|
151
151
|
// also check that the open node starts a lexical span?
|
|
152
|
-
|
|
153
|
-
({ guard } = span);
|
|
152
|
+
guard = null;
|
|
154
153
|
}
|
|
155
154
|
|
|
156
155
|
if (pattern?.intrinsicValue) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bablr/bablr-vm",
|
|
3
3
|
"description": "A VM for parsing using BABLR languages",
|
|
4
|
-
"version": "0.16.
|
|
4
|
+
"version": "0.16.2",
|
|
5
5
|
"author": "Conrad Buck<conartist6@gmail.com>",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"files": [
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
},
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@bablr/agast-helpers": "0.3.
|
|
16
|
-
"@bablr/agast-vm-helpers": "0.3.
|
|
15
|
+
"@bablr/agast-helpers": "0.3.2",
|
|
16
|
+
"@bablr/agast-vm-helpers": "0.3.2",
|
|
17
17
|
"@bablr/coroutine": "0.1.0",
|
|
18
18
|
"@bablr/helpers": "0.18.0",
|
|
19
19
|
"@bablr/regex-vm": "0.6.0",
|