index.js 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. "use strict";
  2. /*
  3. * eslint-plugin-sonarjs
  4. * Copyright (C) 2018-2021 SonarSource SA
  5. * mailto:info AT sonarsource DOT com
  6. *
  7. * This program is free software; you can redistribute it and/or
  8. * modify it under the terms of the GNU Lesser General Public
  9. * License as published by the Free Software Foundation; either
  10. * version 3 of the License, or (at your option) any later version.
  11. *
  12. * This program is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  15. * Lesser General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU Lesser General Public License
  18. * along with this program; if not, write to the Free Software Foundation,
  19. * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  20. */
  21. var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
  22. if (k2 === undefined) k2 = k;
  23. var desc = Object.getOwnPropertyDescriptor(m, k);
  24. if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
  25. desc = { enumerable: true, get: function() { return m[k]; } };
  26. }
  27. Object.defineProperty(o, k2, desc);
  28. }) : (function(o, m, k, k2) {
  29. if (k2 === undefined) k2 = k;
  30. o[k2] = m[k];
  31. }));
  32. var __exportStar = (this && this.__exportStar) || function(m, exports) {
  33. for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
  34. };
  35. Object.defineProperty(exports, "__esModule", { value: true });
  36. __exportStar(require("./utils-ast"), exports);
  37. __exportStar(require("./utils-collection"), exports);
  38. __exportStar(require("./utils-parent"), exports);
  39. __exportStar(require("./utils-type"), exports);
  40. //# sourceMappingURL=index.js.map