Differences From Artifact [f2f737b523]:
- File gc_core/js/tests.js — part of check-in [f9a034e6ce] at 2017-07-27 10:10:40 on branch trunk — [core][js] test if variable <exports> exists (user: olr, size: 5480) [annotate] [blame] [check-ins using] [more...]
To Artifact [373a8fcfff]:
- File gc_core/js/tests.js — part of check-in [7e545790c3] at 2017-08-02 06:12:02 on branch webext2 — [core][js] conditional requires and variable renaming to avoid overridding (user: olr, size: 5523) [annotate] [blame] [check-ins using]
1 2 3 4 5 | // JavaScript "use strict"; | > | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | // JavaScript "use strict"; if (typeof(exports) !== 'undefined') { var helpers = require("resource://grammalecte/helpers.js"); } class TestGrammarChecking { constructor (gce) { this.gce = gce; this._aRuleTested = new Set(); |
︙ | ︙ |