summaryrefslogtreecommitdiff
path: root/src/generators/non-strict/declaration.template
diff options
context:
space:
mode:
Diffstat (limited to 'src/generators/non-strict/declaration.template')
-rw-r--r--src/generators/non-strict/declaration.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/generators/non-strict/declaration.template b/src/generators/non-strict/declaration.template
index 5409b5134..49f8045e3 100644
--- a/src/generators/non-strict/declaration.template
+++ b/src/generators/non-strict/declaration.template
@@ -9,6 +9,7 @@ info: |
GeneratorDeclaration[Yield, Await, Default]:
function * BindingIdentifier[?Yield, ?Await] ( FormalParameters[+Yield, ~Await] ) { GeneratorBody }
+features: [generators]
---*/
var callCount = 0;