summaryrefslogtreecommitdiff
path: root/installed-tests/js/modules/mutualImport
Commit message (Collapse)AuthorAgeFilesLines
* maint: Add copyright notices based on major file contributorsPhilip Chimento2020-11-302-0/+2
| | | | | | | | | | | | Based on looking at the git logs, add copyright notices to files which were missing them, assuming the copyright belongs to people who made major contributions to each file. Some assumptions were made as to who to assign the copyright to, such as, what copyright assignment did the contributor make in other files added in the same commit? What email address did they use to make the commit? What copyright assignment did they make in other commits using the same email address?
* maint: Add dual MIT/LGPL license to all GJS files that didn't have onePhilip Chimento2020-10-042-0/+2
| | | | | | This adds a SPDX-License-Identifier comment to all files that are part of GJS, part of its unit tests, or auxiliary tools. (Except for some files like the debugger scripts that don't support comments.)
* Add eslint "exported" comments to JS filesPhilip Chimento2018-03-242-0/+4
| | | | | This indicates which symbols are meant to be exported from each module, so that eslint doesn't mark them as unused variables.
* context: Always use JSVERSION_LATESTJasper St. Pierre2014-01-022-2/+0
| | | | | | | And remove the APIs/ability to scan for a JS version to use. Upstream wants to remove this API. https://bugzilla.gnome.org/show_bug.cgi?id=721355
* Switch installed-tests to use --enable-installed-tests configure optionColin Walters2013-05-092-0/+24
This is a lot less traumatic for distributions, among other things. https://bugzilla.gnome.org/698935