git ssb

0+

cel-desktop / ssb-pkg



Tree: 67c0e15a98a66eb99db2251478505d6f3d37535c

Files: 67c0e15a98a66eb99db2251478505d6f3d37535c / test / test-50-global-object / test-x-index.js

185 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.js';
7
8require(theA).toString();
9require(theB).toString();
10

Built with git-ssb-web