8b33567fd3
The new logic ensures that the error messages are the same in the "import { <reserved word> }" and "import { foo as <reserved ord> }" cases. Also prepares ParseImportNames for returning both the import and local names to ParseImportClause. BUG=v8:1569 LOG=n Review URL: https://codereview.chromium.org/952863006 Cr-Commit-Position: refs/heads/master@{#26863}
8 lines
337 B
Plaintext
8 lines
337 B
Plaintext
# Copyright 2015 the V8 project authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
*%(basename)s:7: SyntaxError: Unexpected eval or arguments in strict mode
|
|
import { eval } from "mod";
|
|
^^^^
|
|
SyntaxError: Unexpected eval or arguments in strict mode
|