Files: ca90b5ca0579ebdcc0635288bce4978e3fb200f5 / test / test-50-global-object / test-x-index.js
185 bytesRaw
1 | /* eslint-disable no-useless-concat */ |
2 | |
3 | 'use strict'; |
4 | |
5 | var theA = './test-y-resolve-A.js'; |
6 | var theB = './test-y-' + 'resolve-B.js'; |
7 | |
8 | require(theA).toString(); |
9 | require(theB).toString(); |
10 |
Built with git-ssb-web