git ssb

0+

cel-desktop / ssb-pkg



Tree: 8f4b43a09aab9801bf28987edd59c2e366180327

Files: 8f4b43a09aab9801bf28987edd59c2e366180327 / test / test-50-package-json / test-x-index.js

294 bytesRaw
1/* eslint-disable no-useless-concat */
2
3'use strict';
4
5var theA = './test-y-' + 'resolve-A.js';
6var theB = './test-y-' + 'resolve-B.txt';
7var theC = './test-y-' + 'resolve-C.json';
8
9console.log([
10 require(theA).toString(),
11 require(theB).toString(),
12 require(theC).toString()
13].join('\n'));
14

Built with git-ssb-web