aboutsummaryrefslogtreecommitdiff
path: root/test/node.js
blob: fc3a14dcfc25548f0e3b41838895cf167d38295c (about) (plain)
1
2
3
4
5
6
var fs = require("fs");

new Function("exports", require("../tools/node").FILES.map(function(file) {
    if (/exports\.js$/.test(file)) file = require.resolve("./exports");
    return fs.readFileSync(file, "utf8");
}).join("\n\n"))(exports);
af9872949633b1084f53352f3c851f41810'>Add Claes Wallin to 'AUTHORS'.Alex Kost 2015-04-26gnu: Add guile-minikanren....* gnu/packages/guile.scm (guile-minikanren): New variable. Christopher Allan Webber 2015-04-05Add Andy to 'AUTHORS'.Ludovic Courtès 2015-03-09Add Paul to 'AUTHORS'.Mark H Weaver 2015-03-09Add Alexander to 'AUTHORS'.Ludovic Courtès