Source code

Revision control

Copy as Markdown

Other Tools

/* import-globals-from import-globals-from-1-additional.js */
/* Any copyright is dedicated to the Public Domain.
"use strict";
// importScripts should not be handled, as this is not in a worker environment.
// eslint-disable-next-line no-undef
importScripts(
"/tests/tools/lint/eslint/eslint-plugin-mozilla/tests/globals-data/import-globals-from-2.js"
);
ChromeUtils.defineESModuleGetters(this, {
});
var foo1 = 1;