output.mjs 193 B

12345678910111213
  1. System.register([], function (_export, _context) {
  2. "use strict";
  3. return {
  4. setters: [],
  5. execute: function () {
  6. _export("foo", foo);
  7. _export("bar", bar);
  8. }
  9. };
  10. });