Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Mar 22, 2020
1 parent d7b05cb commit 38403c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
24 changes: 6 additions & 18 deletions lib/marked.js
Expand Up @@ -518,9 +518,7 @@
* Block Lexer
*/

var Lexer_1 =
/*#__PURE__*/
function () {
var Lexer_1 = /*#__PURE__*/function () {
function Lexer(options) {
this.tokens = [];
this.tokens.links = Object.create(null);
Expand Down Expand Up @@ -888,9 +886,7 @@
* Renderer
*/

var Renderer_1 =
/*#__PURE__*/
function () {
var Renderer_1 = /*#__PURE__*/function () {
function Renderer(options) {
this.options = options || defaults$2;
}
Expand Down Expand Up @@ -1035,9 +1031,7 @@
/**
* Slugger generates header id
*/
var Slugger_1 =
/*#__PURE__*/
function () {
var Slugger_1 = /*#__PURE__*/function () {
function Slugger() {
this.seen = {};
}
Expand Down Expand Up @@ -1077,9 +1071,7 @@
* Inline Lexer & Compiler
*/

var InlineLexer_1 =
/*#__PURE__*/
function () {
var InlineLexer_1 = /*#__PURE__*/function () {
function InlineLexer(links, options) {
this.options = options || defaults$3;
this.links = links;
Expand Down Expand Up @@ -1379,9 +1371,7 @@
* TextRenderer
* returns only the textual part of the token
*/
var TextRenderer_1 =
/*#__PURE__*/
function () {
var TextRenderer_1 = /*#__PURE__*/function () {
function TextRenderer() {}

var _proto = TextRenderer.prototype;
Expand Down Expand Up @@ -1433,9 +1423,7 @@
* Parsing & Compiling
*/

var Parser_1 =
/*#__PURE__*/
function () {
var Parser_1 = /*#__PURE__*/function () {
function Parser(options) {
this.tokens = [];
this.token = null;
Expand Down

0 comments on commit 38403c0

Please sign in to comment.