micromark-extension-mdx-expression
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -0,1 +1,3 @@ | ||
import type {Program} from 'estree' | ||
export {mdxExpression, type Options} from './lib/syntax.js' | ||
@@ -5,2 +7,7 @@ | ||
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions | ||
interface Token { | ||
estree?: Program | ||
} | ||
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions | ||
interface TokenTypeMap { | ||
@@ -7,0 +14,0 @@ mdxFlowExpression: 'mdxFlowExpression' |
{ | ||
"name": "micromark-extension-mdx-expression", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"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
29422
10
551