2018-10-23 21:23:08 +02:00
|
|
|
// Copyright (C) 2018 André Bargull. All rights reserved.
|
|
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
|
|
|
|
|
|
/*---
|
|
|
|
esid: sec-left-hand-side-expressions-static-semantics-early-errors
|
|
|
|
description: >
|
|
|
|
An early Syntax Error is thrown when the syntactic goal symbol is Script.
|
|
|
|
info: |
|
|
|
|
It is an early Syntax Error if Module is not the syntactic goal symbol.
|
|
|
|
negative:
|
2019-03-06 18:24:44 +01:00
|
|
|
phase: parse
|
2018-10-23 21:23:08 +02:00
|
|
|
type: SyntaxError
|
|
|
|
features: [import.meta]
|
|
|
|
---*/
|
|
|
|
|
2018-11-13 23:48:29 +01:00
|
|
|
$DONOTEVALUATE();
|
2018-10-23 21:23:08 +02:00
|
|
|
|
|
|
|
import.meta;
|