mdast-util-to-hast
Advanced tools
Comparing version 12.2.1 to 12.2.2
import type {Literal} from 'hast' | ||
export type Raw = { | ||
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions | ||
export interface Raw extends Literal { | ||
type: 'raw' | ||
} & Literal | ||
} | ||
/* eslint-disable @typescript-eslint/consistent-type-definitions */ | ||
declare module 'hast' { | ||
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions | ||
interface RootContentMap { | ||
@@ -13,2 +14,3 @@ raw: Raw | ||
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions | ||
interface ElementContentMap { | ||
@@ -18,2 +20,1 @@ raw: Raw | ||
} | ||
/* eslint-enable @typescript-eslint/consistent-type-definitions */ |
{ | ||
"name": "mdast-util-to-hast", | ||
"version": "12.2.1", | ||
"version": "12.2.2", | ||
"description": "mdast utility to transform to hast", | ||
@@ -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
85669
1776