Skip to content

Commit

Permalink
Coverage: computed property names from await expression
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Sep 25, 2020
1 parent cd778be commit 9c78f42
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// Copyright (C) 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
desc: Computed property name from condition expression
template: evaluation
features: [computed-property-names, top-level-await]
flags: [module]
---*/
//- ComputedPropertyName
await 9
//- value
9

0 comments on commit 9c78f42

Please sign in to comment.