index.js 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. Object.defineProperty(exports, "NON_EXISTENT_LOCATION", {
  6. enumerable: true,
  7. get: function () {
  8. return _location.NON_EXISTENT_LOCATION;
  9. }
  10. });
  11. Object.defineProperty(exports, "UNKNOWN_POSITION", {
  12. enumerable: true,
  13. get: function () {
  14. return _location.UNKNOWN_POSITION;
  15. }
  16. });
  17. Object.defineProperty(exports, "SYNTHETIC_LOCATION", {
  18. enumerable: true,
  19. get: function () {
  20. return _location.SYNTHETIC_LOCATION;
  21. }
  22. });
  23. Object.defineProperty(exports, "Source", {
  24. enumerable: true,
  25. get: function () {
  26. return _source.Source;
  27. }
  28. });
  29. Object.defineProperty(exports, "maybeLoc", {
  30. enumerable: true,
  31. get: function () {
  32. return _spanList.maybeLoc;
  33. }
  34. });
  35. Object.defineProperty(exports, "SpanList", {
  36. enumerable: true,
  37. get: function () {
  38. return _spanList.SpanList;
  39. }
  40. });
  41. Object.defineProperty(exports, "hasSpan", {
  42. enumerable: true,
  43. get: function () {
  44. return _spanList.hasSpan;
  45. }
  46. });
  47. Object.defineProperty(exports, "loc", {
  48. enumerable: true,
  49. get: function () {
  50. return _spanList.loc;
  51. }
  52. });
  53. var _location = require("./location");
  54. var _source = require("./source");
  55. var _spanList = require("./span-list");
  56. //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BnbGltbWVyL3N5bnRheC9saWIvc291cmNlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUFBOztBQU9BOztBQUNBIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHtcbiAgTk9OX0VYSVNURU5UX0xPQ0FUSU9OLFxuICBTb3VyY2VMb2NhdGlvbixcbiAgU291cmNlUG9zaXRpb24sXG4gIFVOS05PV05fUE9TSVRJT04sXG4gIFNZTlRIRVRJQ19MT0NBVElPTixcbn0gZnJvbSAnLi9sb2NhdGlvbic7XG5leHBvcnQgeyBTb3VyY2UgfSBmcm9tICcuL3NvdXJjZSc7XG5leHBvcnQgeyBtYXliZUxvYywgU3Bhbkxpc3QsIGhhc1NwYW4sIGxvYywgSGFzU291cmNlU3BhbiwgTWF5YmVIYXNTb3VyY2VTcGFuIH0gZnJvbSAnLi9zcGFuLWxpc3QnO1xuIl0sInNvdXJjZVJvb3QiOiIifQ==