UNPKG
babel-bridge
Version:
latest (1.12.11)
1.12.11
1.12.10
1.12.9
1.12.8
1.12.6
1.12.5
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
1.11.0
1.10.2
1.10.1
1.10.0
1.9.2
1.8.1
1.6.0
1.5.1
1.5.0
1.2.2
1.0.0
0.10.0
0.7.0
a 'runtime' parsing expression grammar parser
babel-bridge
/
index.js
7 lines
(6 loc)
•
133 B
JavaScript
View Raw
1
2
3
4
5
6
7
if
(
true
) {
module
.exports =
require
(
"./build"
); }
else
{
require
(
'./register'
);
module
.exports =
require
(
"./index.coffee"
); }