@bablr/language-en-esnext 0.3.6 → 0.3.7
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/es2018.js +1 -1
- package/package.json +2 -2
package/lib/es2018.js
CHANGED
|
@@ -57,7 +57,7 @@ const atrivial = class ES2018Grammar extends es2017.grammar.atrivial {
|
|
|
57
57
|
|
|
58
58
|
co.advance(yield instr);
|
|
59
59
|
if (refName === 'sigilToken') {
|
|
60
|
-
yield eatMatch(m`awaitToken
|
|
60
|
+
yield eatMatch(m`awaitToken*: <*Keyword 'await' />`);
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bablr/language-en-esnext",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.7",
|
|
4
4
|
"description": "A BABLR language tracking the most current approved EcmaScript specification",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=12.0.0"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@bablr/helpers": "0.25.3",
|
|
27
27
|
"@bablr/language-en-blank-space": "0.10.12",
|
|
28
28
|
"@bablr/language-en-c-comments": "0.10.2",
|
|
29
|
-
"@bablr/language-en-es6": "0.3.
|
|
29
|
+
"@bablr/language-en-es6": "0.3.7"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@bablr/eslint-config-base": "github:bablr-lang/eslint-config-base#49f5952efed27f94ee9b94340eb1563c440bf64e",
|