git ssb

0+

cel-desktop / ssb-pkg



Tree: d456a6cc8589489e558e6164750474ed2cfc961e

Files: d456a6cc8589489e558e6164750474ed2cfc961e / 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