distinct-for-each-module_FIXTURE.js (254B)
1 // |reftest| skip -- not a test file 2 // Copyright (C) 2018 André Bargull. All rights reserved. 3 // This code is governed by the BSD license found in the LICENSE file. 4 5 export var meta = import.meta; 6 7 export function getMeta() { 8 return import.meta; 9 }