UNPKG
mya-hook-commonjs
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
mya commonJs module
mya-hook-commonjs
/
test
/
fis3_test_commonjs
/
module2
/
complex
/
root2.js
10 lines
(8 loc)
•
249 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
define
(
'complex/root2.js'
,
function
(
require
,
exports
,
module
){
var
root1_3 =
require
(
'complex/root1-3.js'
);
var
rootCommon =
require
(
'complex/root1-common.js'
);
module
.
exports
= {
'root1_3'
: root1_3,
'rootCommon'
: rootCommon } });