From 2e291467200b262635e3c60e83c289c794dfd2f6 Mon Sep 17 00:00:00 2001 From: azu Date: Mon, 23 Sep 2024 23:50:23 +0000 Subject: [PATCH] deploy: textlint/textlint@af5120f34a31ac385bea629685dd6bb29afeb241 --- docs/use-as-modules.html | 48 +++++++++++++++++++++++++++++++++++----- 1 file changed, 42 insertions(+), 6 deletions(-) diff --git a/docs/use-as-modules.html b/docs/use-as-modules.html index f496e088..f55f68e7 100644 --- a/docs/use-as-modules.html +++ b/docs/use-as-modules.html @@ -68,14 +68,15 @@

0);

APIs

-

textlint v12.3.0 introduce new APIs. -textlint will drop support old APIs(textlint, TextLintEngine, TextFixEngine, and TextLintCore) in the future.

-

📝 old APIs can not support ECMAScript modules, new APIs support ECMAScript modules.

+

textlint v12.3.0 introduced a new API, and textlint and will drop support for the old API (textlint, TextLintEngine, TextFixEngine, and TextLintCore) in the future. The old API does not support ECMAScript modules like the new API does. For guidance on migration, see the migration guide section below.