| | | |
Offset 1, 9 lines modified | Offset 1, 9 lines modified |
1 | /** | 1 | /** |
2 | ·*·@license·r.js·2.3.6·Thu,·13·Feb·2025·06:55:32·GMT·Copyright·jQuery·Foundation·and·other·contributors. | 2 | ·*·@license·r.js·2.3.6·Fri,·12·Jan·2024·00:33:13·GMT·Copyright·jQuery·Foundation·and·other·contributors. |
3 | ·*·Released·under·MIT·license,·http://github.com/requirejs/r.js/LICENSE | 3 | ·*·Released·under·MIT·license,·http://github.com/requirejs/r.js/LICENSE |
4 | ·*/ | 4 | ·*/ |
| |
5 | /* | 5 | /* |
6 | ·*·This·is·a·bootstrap·script·to·allow·running·RequireJS·in·the·command·line | 6 | ·*·This·is·a·bootstrap·script·to·allow·running·RequireJS·in·the·command·line |
7 | ·*·in·either·a·Java/Rhino·or·Node·environment.·It·is·modified·by·the·top-level | 7 | ·*·in·either·a·Java/Rhino·or·Node·environment.·It·is·modified·by·the·top-level |
8 | ·*·dist.js·file·to·inject·other·files·to·completely·enable·this·file.·It·is | 8 | ·*·dist.js·file·to·inject·other·files·to·completely·enable·this·file.·It·is |
Offset 15, 15 lines modified | Offset 15, 15 lines modified |
15 | console:·false,·java:·false,·module:·false,·requirejsVars,·navigator, | 15 | console:·false,·java:·false,·module:·false,·requirejsVars,·navigator, |
16 | document,·importScripts,·self,·location,·Components,·FileUtils·*/ | 16 | document,·importScripts,·self,·location,·Components,·FileUtils·*/ |
| |
17 | var·requirejs,·require,·define,·xpcUtil; | 17 | var·requirejs,·require,·define,·xpcUtil; |
18 | (function(console,·args,·readFileFunc)·{ | 18 | (function(console,·args,·readFileFunc)·{ |
19 | ····var·fileName,·env,·fs,·vm,·path,·exec,·rhinoContext,·dir,·nodeRequire, | 19 | ····var·fileName,·env,·fs,·vm,·path,·exec,·rhinoContext,·dir,·nodeRequire, |
20 | ········nodeDefine,·exists,·reqMain,·loadedOptimizedLib,·existsForNode,·Cc,·Ci, | 20 | ········nodeDefine,·exists,·reqMain,·loadedOptimizedLib,·existsForNode,·Cc,·Ci, |
21 | ········version·=·'2.3.6·Thu,·13·Feb·2025·06:55:32·GMT', | 21 | ········version·=·'2.3.6·Fri,·12·Jan·2024·00:33:13·GMT', |
22 | ········jsSuffixRegExp·=·/\.js$/, | 22 | ········jsSuffixRegExp·=·/\.js$/, |
23 | ········commandOption·=·'', | 23 | ········commandOption·=·'', |
24 | ········useLibLoaded·=·{}, | 24 | ········useLibLoaded·=·{}, |
25 | ········//Used·by·jslib/rhino/args.js | 25 | ········//Used·by·jslib/rhino/args.js |
26 | ········rhinoArgs·=·args, | 26 | ········rhinoArgs·=·args, |
27 | ········//Used·by·jslib/xpconnect/args.js | 27 | ········//Used·by·jslib/xpconnect/args.js |
28 | ········xpconnectArgs·=·args, | 28 | ········xpconnectArgs·=·args, |