core.js 110 Bytes Raw Blame History Permalink 1 2 3 4 module.exports = require('./core.json').reduce(function (acc, x) { acc[x] = true; return acc; }, {});