micromark-extension-mdx-expression
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -10,3 +10,3 @@ 'use strict' | ||
var comments = [] | ||
var acornConfig = Object.assign({}, acornOptions, {onComment: onComment}) | ||
var acornConfig = Object.assign({}, acornOptions, {onComment: comments}) | ||
var value | ||
@@ -184,11 +184,2 @@ var swallow = false | ||
} | ||
function onComment(block, value, start, end) { | ||
comments.push({ | ||
type: block ? 'Block' : 'Line', | ||
value: value, | ||
start: start, | ||
end: end | ||
}) | ||
} | ||
} | ||
@@ -195,0 +186,0 @@ |
{ | ||
"name": "micromark-extension-mdx-expression", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "micromark extension to support MDX or MDX JS expressions", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
23708
420