@milkdown/exception
Advanced tools
Comparing version 7.2.4 to 7.3.0
@@ -1,2 +0,2 @@ | ||
export declare const enum ErrorCode { | ||
export declare enum ErrorCode { | ||
docTypeError = "docTypeError", | ||
@@ -3,0 +3,0 @@ contextNotFound = "contextNotFound", |
{ | ||
"name": "@milkdown/exception", | ||
"type": "module", | ||
"version": "7.2.4", | ||
"version": "7.3.0", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": { |
/* Copyright 2021, Milkdown by Mirone. */ | ||
export const enum ErrorCode { | ||
export enum ErrorCode { | ||
docTypeError = 'docTypeError', | ||
@@ -4,0 +4,0 @@ contextNotFound = 'contextNotFound', |
Sorry, the diff of this file is not supported yet
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
24528