summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/import/import-attributes/json-idempotency-indirect_FIXTURE.js
blob: 638ce0a69185b3fdc39adc0f07aaef96515f1e5f (plain)
1
2
3
4
5
6
7
// |reftest| skip -- not a test file
// Copyright (C) 2021 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

import value from './json-idempotency_FIXTURE.json' with { type: 'json' };

globalThis.viaSecondModule = value;