MCPcopy Index your code
hub / github.com/witheve/Eve / commonmark.js

File commonmark.js

src/commonmark.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var o;"undefined"!=typeof window?o=window:"undefined"!=typeof global?o=global:"undefined"!=typeof self&&(o=self),o.commonmark=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
2"use strict";
3
4var Node = require('./node');

Callers

nothing calls this directly

Calls 15

endsWithBlankLineFunction · 0.85
peekFunction · 0.85
isSpaceOrTabFunction · 0.85
unescapeStringFunction · 0.85
isBlankFunction · 0.85
parseListMarkerFunction · 0.85
listsMatchFunction · 0.85
isContainerFunction · 0.85
getStrictDecoderFunction · 0.85
getReplacerFunction · 0.85
getInverseObjFunction · 0.85
getInverseReplacerFunction · 0.85

Tested by

no test coverage detected