UNPKG
6to5-core
Version:
latest (3.6.5)
3.6.5
3.6.4
3.6.3
3.6.2
3.6.1
3.6.0
3.5.3
3.5.2
3.5.1
3.5.0
3.4.1
3.4.0
3.3.12
3.3.11
3.3.10
3.3.9
3.3.7
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
3.1.1
3.1.0
3.0.16
3.0.15
3.0.14
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.13.7
2.13.6
2.13.5
2.13.4
2.13.3
2.13.2
2.13.1
2.13.0
2.12.6
2.12.5
2.12.4
2.12.3
2.12.2
2.12.1
2.12.0
2.11.4
2.11.3
2.11.2
2.11.1
2.11.0
2.10.1
2.10.0
2.9.4
2.9.3
2.9.2
2.9.1
2.9.0
2.8.2
2.8.1
Turn ES6 code into readable vanilla ES5 with source maps
6to5.org
6to5/6to5
6to5-core
/
lib
/
6to5
/
api
/
register
/
browser.js
8 lines
(4 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
// required to safely use 6to5/register within a browserify codebase
module
.
exports
=
function
(
) {};
require
(
"../../polyfill"
);