xref
: /
third_party
/
weex-loader
/
deps
/
weex-scripter
/
test
/
bundle
/
a.js
(revision 88c88e8e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/weex-loader/deps/weex-scripter/test/bundle/
1
var
b =
require
(
'./b'
)
2
3
exports
.
getA
=
function
() {
4
return
'a'
+ b.
getB
()
5
}
6