Skip to content

Commit 38403c0

Browse files
committed
build
1 parent d7b05cb commit 38403c0

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

lib/marked.js

+6-18
Original file line numberDiff line numberDiff line change
@@ -518,9 +518,7 @@
518518
* Block Lexer
519519
*/
520520

521-
var Lexer_1 =
522-
/*#__PURE__*/
523-
function () {
521+
var Lexer_1 = /*#__PURE__*/function () {
524522
function Lexer(options) {
525523
this.tokens = [];
526524
this.tokens.links = Object.create(null);
@@ -888,9 +886,7 @@
888886
* Renderer
889887
*/
890888

891-
var Renderer_1 =
892-
/*#__PURE__*/
893-
function () {
889+
var Renderer_1 = /*#__PURE__*/function () {
894890
function Renderer(options) {
895891
this.options = options || defaults$2;
896892
}
@@ -1035,9 +1031,7 @@
10351031
/**
10361032
* Slugger generates header id
10371033
*/
1038-
var Slugger_1 =
1039-
/*#__PURE__*/
1040-
function () {
1034+
var Slugger_1 = /*#__PURE__*/function () {
10411035
function Slugger() {
10421036
this.seen = {};
10431037
}
@@ -1077,9 +1071,7 @@
10771071
* Inline Lexer & Compiler
10781072
*/
10791073

1080-
var InlineLexer_1 =
1081-
/*#__PURE__*/
1082-
function () {
1074+
var InlineLexer_1 = /*#__PURE__*/function () {
10831075
function InlineLexer(links, options) {
10841076
this.options = options || defaults$3;
10851077
this.links = links;
@@ -1379,9 +1371,7 @@
13791371
* TextRenderer
13801372
* returns only the textual part of the token
13811373
*/
1382-
var TextRenderer_1 =
1383-
/*#__PURE__*/
1384-
function () {
1374+
var TextRenderer_1 = /*#__PURE__*/function () {
13851375
function TextRenderer() {}
13861376

13871377
var _proto = TextRenderer.prototype;
@@ -1433,9 +1423,7 @@
14331423
* Parsing & Compiling
14341424
*/
14351425

1436-
var Parser_1 =
1437-
/*#__PURE__*/
1438-
function () {
1426+
var Parser_1 = /*#__PURE__*/function () {
14391427
function Parser(options) {
14401428
this.tokens = [];
14411429
this.token = null;

0 commit comments

Comments
 (0)