highmark-markdown 1.0.55 → 1.0.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,93 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- Object.defineProperty(exports, "default", {
6
- enumerable: true,
7
- get: function() {
8
- return CommonLexer;
9
- }
10
- });
11
- var _occamlexers = require("occam-lexers");
12
- function _assert_this_initialized(self) {
13
- if (self === void 0) {
14
- throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
15
- }
16
- return self;
17
- }
18
- function _class_call_check(instance, Constructor) {
19
- if (!(instance instanceof Constructor)) {
20
- throw new TypeError("Cannot call a class as a function");
21
- }
22
- }
23
- function _get_prototype_of(o) {
24
- _get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function getPrototypeOf(o) {
25
- return o.__proto__ || Object.getPrototypeOf(o);
26
- };
27
- return _get_prototype_of(o);
28
- }
29
- function _inherits(subClass, superClass) {
30
- if (typeof superClass !== "function" && superClass !== null) {
31
- throw new TypeError("Super expression must either be null or a function");
32
- }
33
- subClass.prototype = Object.create(superClass && superClass.prototype, {
34
- constructor: {
35
- value: subClass,
36
- writable: true,
37
- configurable: true
38
- }
39
- });
40
- if (superClass) _set_prototype_of(subClass, superClass);
41
- }
42
- function _possible_constructor_return(self, call) {
43
- if (call && (_type_of(call) === "object" || typeof call === "function")) {
44
- return call;
45
- }
46
- return _assert_this_initialized(self);
47
- }
48
- function _set_prototype_of(o, p) {
49
- _set_prototype_of = Object.setPrototypeOf || function setPrototypeOf(o, p) {
50
- o.__proto__ = p;
51
- return o;
52
- };
53
- return _set_prototype_of(o, p);
54
- }
55
- function _type_of(obj) {
56
- "@swc/helpers - typeof";
57
- return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
58
- }
59
- function _is_native_reflect_construct() {
60
- if (typeof Reflect === "undefined" || !Reflect.construct) return false;
61
- if (Reflect.construct.sham) return false;
62
- if (typeof Proxy === "function") return true;
63
- try {
64
- Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
65
- return true;
66
- } catch (e) {
67
- return false;
68
- }
69
- }
70
- function _create_super(Derived) {
71
- var hasNativeReflectConstruct = _is_native_reflect_construct();
72
- return function _createSuperInternal() {
73
- var Super = _get_prototype_of(Derived), result;
74
- if (hasNativeReflectConstruct) {
75
- var NewTarget = _get_prototype_of(this).constructor;
76
- result = Reflect.construct(Super, arguments, NewTarget);
77
- } else {
78
- result = Super.apply(this, arguments);
79
- }
80
- return _possible_constructor_return(this, result);
81
- };
82
- }
83
- var CommonLexer = /*#__PURE__*/ function(CommonLexerBase) {
84
- _inherits(CommonLexer, CommonLexerBase);
85
- var _super = _create_super(CommonLexer);
86
- function CommonLexer() {
87
- _class_call_check(this, CommonLexer);
88
- return _super.apply(this, arguments);
89
- }
90
- return CommonLexer;
91
- }(_occamlexers.CommonLexer);
92
-
93
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9jb21tb24vbGV4ZXIuanMiXSwic291cmNlc0NvbnRlbnQiOlsiXCJ1c2Ugc3RyaWN0XCI7XG5cbmltcG9ydCB7IENvbW1vbkxleGVyIGFzIENvbW1vbkxleGVyQmFzZSB9IGZyb20gXCJvY2NhbS1sZXhlcnNcIjtcblxuZXhwb3J0IGRlZmF1bHQgY2xhc3MgQ29tbW9uTGV4ZXIgZXh0ZW5kcyBDb21tb25MZXhlckJhc2Uge31cbiJdLCJuYW1lcyI6WyJDb21tb25MZXhlciIsIkNvbW1vbkxleGVyQmFzZSJdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7ZUFJcUJBOzs7MkJBRjBCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFaEMsSUFBQSxBQUFNQSw0QkFBRCxBQUFMO2NBQU1BOytCQUFBQTthQUFBQTtnQ0FBQUE7OztXQUFBQTtFQUFvQkMsd0JBQWUifQ==
@@ -1,108 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- Object.defineProperty(exports, "default", {
6
- enumerable: true,
7
- get: function() {
8
- return CommonParser;
9
- }
10
- });
11
- var _occamgrammars = require("occam-grammars");
12
- var _occamparsers = require("occam-parsers");
13
- function _assert_this_initialized(self) {
14
- if (self === void 0) {
15
- throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
16
- }
17
- return self;
18
- }
19
- function _class_call_check(instance, Constructor) {
20
- if (!(instance instanceof Constructor)) {
21
- throw new TypeError("Cannot call a class as a function");
22
- }
23
- }
24
- function _define_property(obj, key, value) {
25
- if (key in obj) {
26
- Object.defineProperty(obj, key, {
27
- value: value,
28
- enumerable: true,
29
- configurable: true,
30
- writable: true
31
- });
32
- } else {
33
- obj[key] = value;
34
- }
35
- return obj;
36
- }
37
- function _get_prototype_of(o) {
38
- _get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function getPrototypeOf(o) {
39
- return o.__proto__ || Object.getPrototypeOf(o);
40
- };
41
- return _get_prototype_of(o);
42
- }
43
- function _inherits(subClass, superClass) {
44
- if (typeof superClass !== "function" && superClass !== null) {
45
- throw new TypeError("Super expression must either be null or a function");
46
- }
47
- subClass.prototype = Object.create(superClass && superClass.prototype, {
48
- constructor: {
49
- value: subClass,
50
- writable: true,
51
- configurable: true
52
- }
53
- });
54
- if (superClass) _set_prototype_of(subClass, superClass);
55
- }
56
- function _possible_constructor_return(self, call) {
57
- if (call && (_type_of(call) === "object" || typeof call === "function")) {
58
- return call;
59
- }
60
- return _assert_this_initialized(self);
61
- }
62
- function _set_prototype_of(o, p) {
63
- _set_prototype_of = Object.setPrototypeOf || function setPrototypeOf(o, p) {
64
- o.__proto__ = p;
65
- return o;
66
- };
67
- return _set_prototype_of(o, p);
68
- }
69
- function _type_of(obj) {
70
- "@swc/helpers - typeof";
71
- return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
72
- }
73
- function _is_native_reflect_construct() {
74
- if (typeof Reflect === "undefined" || !Reflect.construct) return false;
75
- if (Reflect.construct.sham) return false;
76
- if (typeof Proxy === "function") return true;
77
- try {
78
- Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
79
- return true;
80
- } catch (e) {
81
- return false;
82
- }
83
- }
84
- function _create_super(Derived) {
85
- var hasNativeReflectConstruct = _is_native_reflect_construct();
86
- return function _createSuperInternal() {
87
- var Super = _get_prototype_of(Derived), result;
88
- if (hasNativeReflectConstruct) {
89
- var NewTarget = _get_prototype_of(this).constructor;
90
- result = Reflect.construct(Super, arguments, NewTarget);
91
- } else {
92
- result = Super.apply(this, arguments);
93
- }
94
- return _possible_constructor_return(this, result);
95
- };
96
- }
97
- var CommonParser = /*#__PURE__*/ function(CommonParserBase) {
98
- _inherits(CommonParser, CommonParserBase);
99
- var _super = _create_super(CommonParser);
100
- function CommonParser() {
101
- _class_call_check(this, CommonParser);
102
- return _super.apply(this, arguments);
103
- }
104
- return CommonParser;
105
- }(_occamparsers.CommonParser);
106
- _define_property(CommonParser, "State", _occamgrammars.State);
107
-
108
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9jb21tb24vcGFyc2VyLmpzIl0sInNvdXJjZXNDb250ZW50IjpbIlwidXNlIHN0cmljdFwiO1xuXG5pbXBvcnQgeyBTdGF0ZSB9IGZyb20gXCJvY2NhbS1ncmFtbWFyc1wiO1xuaW1wb3J0IHsgQ29tbW9uUGFyc2VyIGFzIENvbW1vblBhcnNlckJhc2UgfSBmcm9tIFwib2NjYW0tcGFyc2Vyc1wiO1xuXG5leHBvcnQgZGVmYXVsdCBjbGFzcyBDb21tb25QYXJzZXIgZXh0ZW5kcyBDb21tb25QYXJzZXJCYXNlIHtcbiAgc3RhdGljIFN0YXRlID0gU3RhdGU7XG59XG4iXSwibmFtZXMiOlsiQ29tbW9uUGFyc2VyIiwiQ29tbW9uUGFyc2VyQmFzZSIsIlN0YXRlIl0sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7OztlQUtxQkE7Ozs2QkFIQzs0QkFDMkI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFbEMsSUFBQSxBQUFNQSw2QkFBRCxBQUFMO2NBQU1BOytCQUFBQTthQUFBQTtnQ0FBQUE7OztXQUFBQTtFQUFxQkMsMEJBQWdCO0FBQ3hELGlCQURtQkQsY0FDWkUsU0FBUUEsb0JBQUsifQ==
@@ -1,5 +0,0 @@
1
- "use strict";
2
-
3
- import { CommonLexer as CommonLexerBase } from "occam-lexers";
4
-
5
- export default class CommonLexer extends CommonLexerBase {}
@@ -1,8 +0,0 @@
1
- "use strict";
2
-
3
- import { State } from "occam-grammars";
4
- import { CommonParser as CommonParserBase } from "occam-parsers";
5
-
6
- export default class CommonParser extends CommonParserBase {
7
- static State = State;
8
- }