'use strict'; var ES5 = require('./es5'); var ES6 = require('./es6'); var ES2015 = require('./es2015'); if (Object.defineProperty) { Object.defineProperty(ES2015, 'ES5', { enumerable: false, value: ES5 }); Object.defineProperty(ES2015, 'ES6', { enumerable: false, value: ES6 }); Object.defineProperty(ES2015, 'ES2015', { enumerable: false, value: ES2015 }); } else { ES6.ES5 = ES5; ES6.ES6 = ES6; ES6.ES2015 = ES2015; } module.exports = ES2015;
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
helpers | Folder | 0755 |
|
|
.editorconfig | File | 286 B | 0644 |
|
.jscs.json | File | 4.03 KB | 0644 |
|
.travis.yml | File | 7.03 KB | 0644 |
|
CHANGELOG.md | File | 1.63 KB | 0644 |
|
LICENSE | File | 1.06 KB | 0644 |
|
Makefile | File | 3.74 KB | 0644 |
|
README.md | File | 2.07 KB | 0644 |
|
es2015.js | File | 2.09 KB | 0644 |
|
es5.js | File | 1.17 KB | 0644 |
|
es6.js | File | 53 B | 0644 |
|
index.js | File | 454 B | 0644 |
|
package.json | File | 1.97 KB | 0644 |
|