import { __HMRClient as Bun } from "http://localhost:8080/bun:wrap"; Bun.activate(true); import { __FastRefreshModule as FastHMR } from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh } from "http://localhost:8080/bun:wrap"; var hmr = new FastHMR(1943563621, "multiple-var.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { globalThis.TRUE_BUT_WE_CANT_TREESHAKE_IT = true; if (globalThis.TRUE_BUT_WE_CANT_TREESHAKE_IT) ({ foo } = { foo: false }); var foo; function test() { console.assert(foo === false, "foo should be false"); return testDone(import.meta.url); } hmr.exportAll({ test: () => test }); })(); var $$hmr_test = hmr.exports.test; hmr._update = function(exports) { $$hmr_test = exports.test; }; export { $$hmr_test as test }; //# sourceMappingURL=http://localhost:8080/multiple-var.js.map in'>main Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-09Ignore organizations from `show-names` (#2137)Gravatar Connor Love 1-1/+1
2019-06-09Disable `indented-code-wrapping`Gravatar Federico Brigante 1-0/+1
2019-06-08Only show `filter-pr-by-build-status` if the repo has CI (#2133)19.6.8Gravatar Hardik Modha 2-4/+11
2019-06-08Enable discussion list features on new URLs (#2135)Gravatar Jeroen van Warmerdam 3-3/+8
2019-06-07Fix versioning on Travis19.6.7Gravatar Federico Brigante 1-1/+1
2019-06-07Fix and rename `deprioritize-marketplace-link` /2Gravatar Federico Brigante 1-1/+1
2019-06-07Add `clean-issue-filters` feature (#2114)Gravatar Laxman 5-2/+60
2019-06-07Fix and rename `deprioritize-marketplace-link`Gravatar Federico Brigante 3-4/+6
2019-06-07Fix and expand cache (#2109)Gravatar Connor Love 5-60/+67
2019-06-07Fix icon alignment in `recently-pushed-branches` (#2123)Gravatar Hardik Modha 1-0/+4
2019-06-06Meta: simplify deployment scripts19.6.6.1207Gravatar Federico Brigante 2-27/+16
2019-06-06Fix `highest-rated-comment` where the first comment is the best oneGravatar Federico Brigante 1-1/+2
2019-06-05Add `show-asset-download-count` feature (#2027)Gravatar Connor Love 5-0/+104
2019-06-05Fix `faster-pr-diff-options` conflictGravatar Federico Brigante 1-8/+16
2019-06-05Drop old file from manifest.jsonGravatar Federico Brigante 2-2/+0
2019-06-05Format titles on single issue / PR pages (#2110)Gravatar Hardik Modha 3-28/+38
2019-06-05Restore `raw-file-link` feature (#2101)Gravatar Gavin Henderson 1-4/+6
2019-06-05Add `highest-rated-comment` feature (#2108)Gravatar João Ferreira 6-0/+81
2019-06-05Fix alignment of subnav items (#2117)Gravatar Laxman 3-8/+3
2019-06-05Restore hiding of reaction popover textGravatar Federico Brigante 1-13/+2
2019-06-05Link to current branch in More's Compare and Commits links (#2102)Gravatar Jeroen van Warmerdam 3-3/+61
2019-06-05Avoid loading content.js as a background page just to set the defaults (#2099)Gravatar Federico Brigante 7-17/+61
2019-06-04Fix types in `show-names`Gravatar Federico Brigante 1-2/+2
2019-06-03Let users disable `move-marketplace-link-to-profile-dropdown` (#2094)19.6.3Gravatar Federico Brigante 2-13/+8
2019-06-03Fix typo in `fix-hidden-comments` feature's ID (#2112)Gravatar Dave Shoreman 1-1/+1
2019-06-02Meta: try generating short versions firstGravatar Federico Brigante 2-13/+41
2019-06-01Deploy to Chrome Web Store first19.6.219.6.1.1927Gravatar Federico Brigante 1-2/+2
2019-06-01Deploy to stores by clicking "Trigger build" on TravisGravatar Federico Brigante 1-2/+2
2019-05-30Show only GH Enterprise notifications on GH Enterprise (#2067)19.5.30.1925Gravatar Simon Kotwicz 1-1/+2
2019-05-30Fix links in the optionsGravatar Federico Brigante 1-2/+2
2019-05-30Fix cache issues in Chrome (#2090)Gravatar Gavin Henderson 1-6/+5
2019-05-28Meta: Publish to both stores at once19.5.28.1925Gravatar Federico Brigante 1-1/+1
2019-05-28Move Security to `more-dropdown` and cleanup code (#2076)Gravatar Federico Brigante 3-16/+19
2019-05-28Meta: disable features with a click in the options (#1780)Gravatar Federico Brigante 25-147/+343
2019-05-28Restore and extend url linkifier (#2066)Gravatar Federico Brigante 5-38/+54
2019-05-28Update `element-ready`Gravatar Federico Brigante 13-45/+43
2019-05-28Show drag and drop area on release page (#2086)19.5.27.1925Gravatar Ville Lautanala 1-2/+3
2019-05-27Drop `emojis-title` feature (#2084)Gravatar Laxman 2-19/+0
2019-05-27Don't bypass GitHub Actions checks (#2080)Gravatar Hugo Alliaume 1-1/+1
2019-05-26Replace `p-memoize` wrapper with `mem`19.5.26.1924Gravatar Federico Brigante 5-30/+11
2019-05-26Drop obsolete @types dependencies19.5.25.1923Gravatar Federico Brigante 2-30/+0
2019-05-25Fix formatting in `pull_request_template.md` (#2075)Gravatar Gavin Henderson 1-1/+1
2019-05-25Lint CSS files in all sub-directories (#2070)Gravatar Laxman 6-13/+36
2019-05-25Hotfix builds are now triggered via commit named `hotfix`Gravatar Federico Brigante 1-5/+4
2019-05-25Use latest `select-dom` with `select.last`Gravatar Federico Brigante 7-10/+10
2019-05-24Add `indented-code-wrapping` feature (#1989)19.5.24.1922Gravatar Laxman 6-5/+93
2019-05-24Drop `upload-button` feature and restore hiding of upload bar (#2068)Gravatar Federico Brigante 5-55/+18
2019-05-23Extend list for sponsors19.5.23.1922Gravatar Federico Brigante 1-1/+1