parse destructuring under strict mode correctly (#4429)
authorAlex Lam S.L <alexlamsl@gmail.com>
Sun, 20 Dec 2020 12:48:51 +0000 (12:48 +0000)
committerGitHub <noreply@github.com>
Sun, 20 Dec 2020 12:48:51 +0000 (20:48 +0800)
commit7aefe97083c63660cf0708e549aebce66248796b
treeb7bde3b849be0303ab6ca7118677a95767b3af68
parent89198e0ad4e302546e0ec8b6653ee1b92ce09b1a
parse destructuring under strict mode correctly (#4429)
lib/parse.js
test/input/invalid/destructured_var.js [new file with mode: 0644]
test/mocha/cli.js