You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
380 B

3 months ago
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = void 0;
  6. var _default = exports.default = {
  7. amd: "transform-modules-amd",
  8. commonjs: "transform-modules-commonjs",
  9. cjs: "transform-modules-commonjs",
  10. systemjs: "transform-modules-systemjs",
  11. umd: "transform-modules-umd"
  12. };
  13. //# sourceMappingURL=module-transformations.js.map