@markuplint/parser-utils
Advanced tools
Comparing version 1.4.1 to 1.5.0
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ignoreFrontMatter = void 0; | ||
__exportStar(require("./ignore-block"), exports); | ||
__exportStar(require("./utils"), exports); | ||
const tslib_1 = require("tslib"); | ||
tslib_1.__exportStar(require("./ignore-block"), exports); | ||
tslib_1.__exportStar(require("./utils"), exports); | ||
function ignoreFrontMatter(code) { | ||
@@ -17,0 +8,0 @@ const reStart = /^(?:\s*\r?\n)?---\r?\n/.exec(code); |
{ | ||
"name": "@markuplint/parser-utils", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"description": "Utility module for markuplint parser plugin", | ||
@@ -22,6 +22,7 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-ast": "^1.5.1", | ||
"@markuplint/ml-ast": "^1.6.0", | ||
"tslib": "^2.3.0", | ||
"uuid": "^8.3.2" | ||
}, | ||
"gitHead": "405e098d1a8b92ce24edec09927db661cd820c25" | ||
"gitHead": "94955520e9fad6a45e8831c47f6b8b342b77efdc" | ||
} |
# @markuplint/parser-utils | ||
[![npm version](https://badge.fury.io/js/%40markuplint%2Fparser-utils.svg)](https://www.npmjs.com/package/@markuplint/parser-utils) | ||
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=master)](https://travis-ci.org/markuplint/markuplint) | ||
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=master)](https://coveralls.io/github/markuplint/markuplint?branch=master) | ||
[![Build Status](https://travis-ci.org/markuplint/markuplint.svg?branch=main)](https://travis-ci.org/markuplint/markuplint) | ||
[![Coverage Status](https://coveralls.io/repos/github/markuplint/markuplint/badge.svg?branch=main)](https://coveralls.io/github/markuplint/markuplint?branch=main) | ||
@@ -20,3 +20,3 @@ ## Install | ||
``` | ||
$ git clone git@github.com:markuplint/markuplint.git -b master | ||
$ git clone git@github.com:markuplint/markuplint.git -b main | ||
$ yarn | ||
@@ -23,0 +23,0 @@ $ yarn build |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55533
3
15
455
+ Addedtslib@^2.3.0
Updated@markuplint/ml-ast@^1.6.0