Differences From Artifact [a6bfab9180]:
- File gc_core/js/lang_core/gc_options.js — part of check-in [245cd4631d] at 2017-06-24 07:35:06 on branch trunk — [core][build] options according to context (applications) (user: olr, size: 514) [annotate] [blame] [check-ins using]
To Artifact [6e45d077d4]:
- File gc_core/js/lang_core/gc_options.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: 559) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 | + + - - - + + + + |
"JavaScript": new Map (${dOptJavaScript}),
"Firefox": new Map (${dOptFirefox}),
"Thunderbird": new Map (${dOptThunderbird}),
}
const dOptLabel = ${dOptLabel};
if (typeof(exports) !== 'undefined') {
|