From 7e58cda6e0977cb504dd32ffa3edda75ea0ff459 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 19 Sep 2021 12:49:04 -0700 Subject: [PATCH] doc: update tools .md files for upcoming lint/formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Looks like only one .md file in `tools` needs to be changed. PR-URL: https://github.com/nodejs/node/pull/40155 Reviewed-By: Antoine du Hamel Reviewed-By: Michaël Zasso Reviewed-By: James M Snell --- tools/icu/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tools/icu/README.md b/tools/icu/README.md index ab90b760b8c844..544f4bf2152ff0 100644 --- a/tools/icu/README.md +++ b/tools/icu/README.md @@ -11,13 +11,14 @@ Both V8 and Node.js use ICU to provide internationalization functionality. * `icu-generic.gyp` is the build file used for most ICU builds within ICU. * `icu-system.gyp` is an alternate build file used when `--with-intl=system-icu` - is invoked. It builds against the `pkg-config` located ICU. + is invoked. It builds against the `pkg-config` located ICU. * `iculslocs.cc` is source for the `iculslocs` utility, invoked by `icutrim.py` - as part of repackaging. Not used separately. See source for more details. + as part of repackaging. Not used separately. See source for more details. * `no-op.cc` contains an empty function to convince gyp to use a C++ compiler. * `shrink-icu-src.py` is used during upgrade (see guide below). Note: + > The files in this directory were written for the Node.js v0.12 effort. > The original intent was to merge the tools such as `icutrim.py` and `iculslocs.cc` > back into ICU. ICU has gained its own “data slicer” tool. @@ -27,10 +28,11 @@ Note: ## See Also * [docs/guides/maintaining-icu.md](../../doc/guides/maintaining-icu.md) for -information on maintaining ICU in Node.js + information on maintaining ICU in Node.js * [docs/api/intl.md](../../doc/api/intl.md) for information on the -internationalization-related APIs in Node.js + internationalization-related APIs in Node.js + * [The ICU Homepage][ICU] [ICU]: http://icu-project.org