@textlint/kernel
Advanced tools
Comparing version 14.0.3 to 14.0.4
@@ -1,2 +0,2 @@ | ||
import type { TextlintRuleSeverityLevel } from "@textlint/types"; | ||
import type { TextlintRuleSeverityLevel, TextlintRuleSeverityLevelKey } from "@textlint/types"; | ||
/** | ||
@@ -6,4 +6,4 @@ * Keys of TextlintRuleSeverityLevel | ||
export declare const TextlintRuleSeverityLevelKeys: { | ||
[index: string]: TextlintRuleSeverityLevel; | ||
[index in TextlintRuleSeverityLevelKey]: TextlintRuleSeverityLevel; | ||
}; | ||
//# sourceMappingURL=TextlintRuleSeverityLevelKeys.d.ts.map |
@@ -56,3 +56,3 @@ import { TextlintKernelFilterRule, TextlintKernelOptions, TextlintKernelPlugin, TextlintKernelRule } from "../textlint-kernel-interface"; | ||
[index: string]: any; | ||
severity?: import("@textlint/types").TextlintRuleSeverityLevel | undefined; | ||
severity?: import("@textlint/types").TextlintRuleSeverityLevelKey | undefined; | ||
}; | ||
@@ -59,0 +59,0 @@ }[]; |
@@ -39,3 +39,3 @@ import { TextlintKernelRule } from "../textlint-kernel-interface"; | ||
[index: string]: any; | ||
severity?: import("@textlint/types").TextlintRuleSeverityLevel | undefined; | ||
severity?: import("@textlint/types").TextlintRuleSeverityLevelKey | undefined; | ||
}; | ||
@@ -42,0 +42,0 @@ }; |
@@ -40,3 +40,3 @@ import { TextlintKernelRule } from "../textlint-kernel-interface"; | ||
[index: string]: any; | ||
severity?: import("@textlint/types").TextlintRuleSeverityLevel | undefined; | ||
severity?: import("@textlint/types").TextlintRuleSeverityLevelKey | undefined; | ||
}; | ||
@@ -43,0 +43,0 @@ }[]; |
@@ -1,2 +0,2 @@ | ||
import type { TextlintRuleSeverityLevel } from "@textlint/types"; | ||
import type { TextlintRuleSeverityLevel, TextlintRuleSeverityLevelKey } from "@textlint/types"; | ||
/** | ||
@@ -6,4 +6,4 @@ * Keys of TextlintRuleSeverityLevel | ||
export declare const TextlintRuleSeverityLevelKeys: { | ||
[index: string]: TextlintRuleSeverityLevel; | ||
[index in TextlintRuleSeverityLevelKey]: TextlintRuleSeverityLevel; | ||
}; | ||
//# sourceMappingURL=TextlintRuleSeverityLevelKeys.d.ts.map |
@@ -56,3 +56,3 @@ import { TextlintKernelFilterRule, TextlintKernelOptions, TextlintKernelPlugin, TextlintKernelRule } from "../textlint-kernel-interface"; | ||
[index: string]: any; | ||
severity?: import("@textlint/types").TextlintRuleSeverityLevel | undefined; | ||
severity?: import("@textlint/types").TextlintRuleSeverityLevelKey | undefined; | ||
}; | ||
@@ -59,0 +59,0 @@ }[]; |
@@ -39,3 +39,3 @@ import { TextlintKernelRule } from "../textlint-kernel-interface"; | ||
[index: string]: any; | ||
severity?: import("@textlint/types").TextlintRuleSeverityLevel | undefined; | ||
severity?: import("@textlint/types").TextlintRuleSeverityLevelKey | undefined; | ||
}; | ||
@@ -42,0 +42,0 @@ }; |
@@ -40,3 +40,3 @@ import { TextlintKernelRule } from "../textlint-kernel-interface"; | ||
[index: string]: any; | ||
severity?: import("@textlint/types").TextlintRuleSeverityLevel | undefined; | ||
severity?: import("@textlint/types").TextlintRuleSeverityLevelKey | undefined; | ||
}; | ||
@@ -43,0 +43,0 @@ }[]; |
{ | ||
"name": "@textlint/kernel", | ||
"version": "14.0.3", | ||
"version": "14.0.4", | ||
"description": "textlint kernel is core logic by pure JavaScript.", | ||
@@ -40,9 +40,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^14.0.3", | ||
"@textlint/ast-tester": "^14.0.3", | ||
"@textlint/ast-traverse": "^14.0.3", | ||
"@textlint/feature-flag": "^14.0.3", | ||
"@textlint/source-code-fixer": "^14.0.3", | ||
"@textlint/types": "^14.0.3", | ||
"@textlint/utils": "^14.0.3", | ||
"@textlint/ast-node-types": "^14.0.4", | ||
"@textlint/ast-tester": "^14.0.4", | ||
"@textlint/ast-traverse": "^14.0.4", | ||
"@textlint/feature-flag": "^14.0.4", | ||
"@textlint/source-code-fixer": "^14.0.4", | ||
"@textlint/types": "^14.0.4", | ||
"@textlint/utils": "^14.0.4", | ||
"debug": "^4.3.4", | ||
@@ -53,3 +53,3 @@ "fast-equals": "^4.0.3", | ||
"devDependencies": { | ||
"@textlint/markdown-to-ast": "^14.0.3", | ||
"@textlint/markdown-to-ast": "^14.0.4", | ||
"@types/debug": "^4.1.12", | ||
@@ -64,3 +64,3 @@ "@types/mocha": "^9.1.1", | ||
}, | ||
"gitHead": "6cef9504c25a7ab771dd45986e4710463c094369" | ||
"gitHead": "eb85d7c6bb25a88e790f83c8cadfb7a7b775d238" | ||
} |
@@ -1,2 +0,2 @@ | ||
import type { TextlintRuleSeverityLevel } from "@textlint/types"; | ||
import type { TextlintRuleSeverityLevel, TextlintRuleSeverityLevelKey } from "@textlint/types"; | ||
@@ -7,3 +7,3 @@ /** | ||
export const TextlintRuleSeverityLevelKeys: { | ||
[index: string]: TextlintRuleSeverityLevel; | ||
[index in TextlintRuleSeverityLevelKey]: TextlintRuleSeverityLevel; | ||
} = { | ||
@@ -10,0 +10,0 @@ none: 0, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
755407