mdast-util-to-nlcst
Advanced tools
Comparing version 5.2.0 to 5.2.1
@@ -161,3 +161,8 @@ /** | ||
if (end && start.line !== end.line) { | ||
if ( | ||
end && | ||
end.line !== null && | ||
start.line !== null && | ||
start.line !== end.line | ||
) { | ||
const lineEnding = config.parser.tokenizeWhiteSpace( | ||
@@ -164,0 +169,0 @@ '\n'.repeat(start.line - end.line) |
{ | ||
"name": "mdast-util-to-nlcst", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "mdast utility to transform to nlcst", | ||
@@ -56,3 +56,3 @@ "license": "MIT", | ||
"remark-frontmatter": "^4.0.0", | ||
"remark-gfm": "^2.0.0", | ||
"remark-gfm": "^3.0.0", | ||
"remark-preset-wooorm": "^9.0.0", | ||
@@ -64,3 +64,3 @@ "rimraf": "^3.0.0", | ||
"typescript": "^4.0.0", | ||
"xo": "^0.44.0" | ||
"xo": "^0.46.0" | ||
}, | ||
@@ -67,0 +67,0 @@ "scripts": { |
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
17725
240