@textlint/textlint-plugin-text
Advanced tools
Comparing version 12.2.1 to 12.2.2
@@ -9,7 +9,7 @@ import type { TextlintPluginProcessor, TextlintPluginOptions } from "@textlint/types"; | ||
processor(_ext: string): { | ||
preProcess(text: string, _filePath?: string | undefined): TxtNode | { | ||
preProcess(text: string, _filePath?: string): TxtNode | { | ||
text: string; | ||
ast: TxtNode; | ||
}; | ||
postProcess(messages: Array<any>, filePath?: string | undefined): { | ||
postProcess(messages: Array<any>, filePath?: string): { | ||
messages: Array<any>; | ||
@@ -16,0 +16,0 @@ filePath: string; |
@@ -9,7 +9,7 @@ import type { TextlintPluginProcessor, TextlintPluginOptions } from "@textlint/types"; | ||
processor(_ext: string): { | ||
preProcess(text: string, _filePath?: string | undefined): TxtNode | { | ||
preProcess(text: string, _filePath?: string): TxtNode | { | ||
text: string; | ||
ast: TxtNode; | ||
}; | ||
postProcess(messages: Array<any>, filePath?: string | undefined): { | ||
postProcess(messages: Array<any>, filePath?: string): { | ||
messages: Array<any>; | ||
@@ -16,0 +16,0 @@ filePath: string; |
{ | ||
"name": "@textlint/textlint-plugin-text", | ||
"version": "12.2.1", | ||
"version": "12.2.2", | ||
"description": "plain text plugin for textlint", | ||
@@ -36,14 +36,14 @@ "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/textlint-plugin-text/", | ||
"dependencies": { | ||
"@textlint/text-to-ast": "^12.2.1" | ||
"@textlint/text-to-ast": "^12.2.2" | ||
}, | ||
"devDependencies": { | ||
"@textlint/kernel": "^12.2.1", | ||
"@types/mocha": "8.2.3", | ||
"@textlint/kernel": "^12.2.2", | ||
"@types/mocha": "9.1.1", | ||
"cross-env": "^7.0.3", | ||
"mocha": "^9.2.2", | ||
"mocha": "^10.0.0", | ||
"rimraf": "^3.0.2", | ||
"textlint-rule-no-todo": "^2.0.1", | ||
"ts-node": "10.8.1", | ||
"ts-node": "10.9.1", | ||
"ts-node-test-register": "10.0.0", | ||
"typescript": "4.4.4" | ||
"typescript": "4.8.3" | ||
}, | ||
@@ -53,3 +53,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "ef3bff64c4bd5a45ba4cbb0e3440d23e2ffb619d" | ||
"gitHead": "db0a3e9acbd21c3a0592a705c6d0eab854d2eede" | ||
} |
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
10823