blob: 8f5db47e1ef52ebda3731706156be5f2c1080f4c [file] [log] [blame]
// 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: >
No early Syntax Error is thrown when the syntactic goal symbol is Module.
info: |
It is an early Syntax Error if Module is not the syntactic goal symbol.
flags: [module]
features: [import.meta]
---*/
import.meta;