PATH: //opt/alt/alt-nodejs12/root/lib/node_modules/npm/node_modules/es-abstract
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 .editorconfig
↓
X
📄 .jscs.json
↓
X
📄 .nycrc
↓
X
📄 .travis.yml
↓
X
📄 CHANGELOG.md
↓
X
📄 GetIntrinsic.js
↓
X
📄 LICENSE
↓
X
📄 Makefile
↓
X
📄 README.md
↓
X
📄 es2015.js
↓
X
📄 es2016.js
↓
X
📄 es2017.js
↓
X
📄 es5.js
↓
X
📄 es6.js
↓
X
📄 es7.js
↓
X
📁 helpers/
X
📄 index.js
↓
X
📁 operations/
X
📄 package.json
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: es2016.js
'use strict'; var ES2015 = require('./es2015'); var assign = require('./helpers/assign'); var ES2016 = assign(assign({}, ES2015), { // https://github.com/tc39/ecma262/pull/60 SameValueNonNumber: function SameValueNonNumber(x, y) { if (typeof x === 'number' || typeof x !== typeof y) { throw new TypeError('SameValueNonNumber requires two non-number values of the same type.'); } return this.SameValue(x, y); } }); module.exports = ES2016;
SIMPAN PERUBAHAN