forbid `AST_Await` in computed function arguments (#4352)
authorAlex Lam S.L <alexlamsl@gmail.com>
Tue, 8 Dec 2020 04:59:08 +0000 (04:59 +0000)
committerGitHub <noreply@github.com>
Tue, 8 Dec 2020 04:59:08 +0000 (12:59 +0800)
commitfea9da9866478388dcb6f11d4a792d9aea4a23cd
tree2f7ca4229c8bbf7d286535311ef72275e5d94abc
parent47331597825f3feb2915a0c0c789c4e7ea9b57e8
forbid `AST_Await` in computed function arguments (#4352)

fixes #4351
lib/parse.js
test/mocha/async.js