智慧水务管理系统 - 精河县供水工程综合管理平台

index.js 1.1KB

12345678910111213141516171819
  1. "use strict";
  2. // Note: the following line is added by scripts/fix-common-js-output.ts to allow require('autolinker') to work correctly
  3. exports = module.exports = require('./autolinker').default; // redefine 'exports' object as the Autolinker class itself
  4. // WARNING: This file is modified a bit when it is compiled into index.js in
  5. // order to support nodejs interoperability with require('autolinker') directly.
  6. // This is done by the buildSrcFixCommonJsIndexTask() function in the gulpfile.
  7. // See that function for more details.
  8. Object.defineProperty(exports, "__esModule", { value: true });
  9. exports.Autolinker = void 0;
  10. var tslib_1 = require("tslib");
  11. var autolinker_1 = tslib_1.__importDefault(require("./autolinker"));
  12. exports.Autolinker = autolinker_1.default;
  13. exports.default = autolinker_1.default;
  14. tslib_1.__exportStar(require("./autolinker"), exports);
  15. tslib_1.__exportStar(require("./anchor-tag-builder"), exports);
  16. tslib_1.__exportStar(require("./html-tag"), exports);
  17. tslib_1.__exportStar(require("./match/index"), exports);
  18. tslib_1.__exportStar(require("./parser/index"), exports);
  19. //# sourceMappingURL=index.js.map