@textlint/textlint-plugin-text
Advanced tools
Comparing version 12.0.2 to 12.1.0
@@ -19,3 +19,3 @@ /* eslint-disable no-unused-vars */ | ||
preProcess(text, _filePath) { | ||
return text_to_ast_1.parse(text); | ||
return (0, text_to_ast_1.parse)(text); | ||
}, | ||
@@ -22,0 +22,0 @@ postProcess(messages, filePath) { |
{ | ||
"name": "@textlint/textlint-plugin-text", | ||
"version": "12.0.2", | ||
"version": "12.1.0", | ||
"description": "plain text plugin for textlint", | ||
@@ -36,6 +36,6 @@ "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/textlint-plugin-text/", | ||
"dependencies": { | ||
"@textlint/text-to-ast": "^12.0.2" | ||
"@textlint/text-to-ast": "^12.1.0" | ||
}, | ||
"devDependencies": { | ||
"@textlint/kernel": "^12.0.2", | ||
"@textlint/kernel": "^12.1.0", | ||
"@types/mocha": "8.2.3", | ||
@@ -46,5 +46,5 @@ "cross-env": "^7.0.3", | ||
"textlint-rule-no-todo": "^2.0.1", | ||
"ts-node": "9.1.1", | ||
"ts-node-test-register": "9.0.1", | ||
"typescript": "4.2.4" | ||
"ts-node": "10.4.0", | ||
"ts-node-test-register": "10.0.0", | ||
"typescript": "4.4.4" | ||
}, | ||
@@ -54,3 +54,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "a7826f57258ee6bf68197d983bf5ec71c1b5f565" | ||
"gitHead": "a393919e9c77078db47dc14d1baf3ab3a8e1bfcd" | ||
} |
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
49868
19