4f0c2ee24240378bf4a301b9751e9ade1a56af160aa8883142d915370e54aa9b68e702ab09693a0d18c19e4d0c96a0c2ec765abd68ec7900d8f841a33e1c9f 192 B

1234567
  1. // Provide a "System" global.
  2. module.exports = {
  3. // Make sure import is only used as "System.import"
  4. import: function() {
  5. throw new Error("System.import cannot be used indirectly");
  6. }
  7. };