How to import modules with node loader?
Created by: Paxa
I have such code
require('sweet.js');
require('./macros/in');
require('./macros/puts');
require('./test.sjs');
And inside test.sjs
previously exported modules are not appear. How to register globally?